提交 690ef6fc authored 作者: douxy's avatar douxy

增加门店面积字段

上级 0bfc6ae1
...@@ -229,6 +229,9 @@ public class QinCeClienteleStoreDO implements Serializable { ...@@ -229,6 +229,9 @@ public class QinCeClienteleStoreDO implements Serializable {
@JsonProperty("create_time") @JsonProperty("create_time")
private String createTime; private String createTime;
@JsonProperty("store_selling_area")
private String storeSellingArea;
@TableField(exist = false) @TableField(exist = false)
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
...@@ -25,4 +25,5 @@ public class QinCeClienteleStoreDto { ...@@ -25,4 +25,5 @@ public class QinCeClienteleStoreDto {
private String storeMssCity; private String storeMssCity;
private String storeMssArea; private String storeMssArea;
private String storeAddr; private String storeAddr;
private String storeSellingarea;
} }
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<result property="storeCreatorCode" column="store_creator_code" jdbcType="VARCHAR"/> <result property="storeCreatorCode" column="store_creator_code" jdbcType="VARCHAR"/>
<result property="storeModifierCode" column="store_modifier_code" jdbcType="VARCHAR"/> <result property="storeModifierCode" column="store_modifier_code" jdbcType="VARCHAR"/>
<result property="storeApprovalStatus" column="store_approval_status" jdbcType="CHAR"/> <result property="storeApprovalStatus" column="store_approval_status" jdbcType="CHAR"/>
<result property="storeSellingArea" column="store_selling_area" jdbcType="VARCHAR"/>
<result property="storeStatus" column="store_status" jdbcType="CHAR"/> <result property="storeStatus" column="store_status" jdbcType="CHAR"/>
<result property="createTime" column="create_time" jdbcType="CHAR"/> <result property="createTime" column="create_time" jdbcType="CHAR"/>
</resultMap> </resultMap>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论