提交 5c2d6c67 authored 作者: 窦馨雨's avatar 窦馨雨

合并分支 'dxy' 到 'qa'

增加门店面积字段 查看合并请求 !128
......@@ -236,6 +236,9 @@ public class QinCeClienteleStoreDO implements Serializable {
private String cooperationModeExt;
// 渠道小类 -->> 渠道类型
private String channelTypeExt;
@JsonProperty("store_selling_area")
private String storeSellingArea;
@TableField(exist = false)
private static final long serialVersionUID = 1L;
......
......@@ -25,4 +25,5 @@ public class QinCeClienteleStoreDto {
private String storeMssCity;
private String storeMssArea;
private String storeAddr;
private String storeSellingarea;
}
......@@ -32,6 +32,7 @@
<result property="storeCreatorCode" column="store_creator_code" jdbcType="VARCHAR"/>
<result property="storeModifierCode" column="store_modifier_code" jdbcType="VARCHAR"/>
<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="createTime" column="create_time" jdbcType="CHAR"/>
</resultMap>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论