ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/member/Member.java
@@ -67,8 +67,8 @@ /** * 关联商户id */ @TableField("realtion_shop_id") private Long realtionShopId; @TableField("relation_shop_id") private Long relationShopId; /** * 真实姓名 */ @@ -79,7 +79,7 @@ */ private String mobile; /** * 性别0未知1男2女 * 性别0=男,1=女,2=未知 */ private Integer gender; /**