提交 46950851 authored 作者: 000516's avatar 000516

陈列、档期品项数改为整数类型

上级 444ead24
...@@ -150,7 +150,7 @@ public class SalesApDisplay implements Serializable { ...@@ -150,7 +150,7 @@ public class SalesApDisplay implements Serializable {
/** /**
* 品项数 * 品项数
*/ */
private String productCount; private Integer productCount;
/** /**
* 大业态测试-动销模型 * 大业态测试-动销模型
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<result property="storeArea" column="store_area" jdbcType="VARCHAR"/> <result property="storeArea" column="store_area" jdbcType="VARCHAR"/>
<result property="storeLevel" column="store_level" jdbcType="VARCHAR"/> <result property="storeLevel" column="store_level" jdbcType="VARCHAR"/>
<result property="storeAddress" column="store_address" jdbcType="VARCHAR"/> <result property="storeAddress" column="store_address" jdbcType="VARCHAR"/>
<result property="productCount" column="product_count" jdbcType="VARCHAR"/> <result property="productCount" column="product_count" jdbcType="INTEGER"/>
<result property="lfSalesModel" column="lf_sales_model" jdbcType="VARCHAR"/> <result property="lfSalesModel" column="lf_sales_model" jdbcType="VARCHAR"/>
<result property="lfMonthlyPos" column="lf_monthly_pos" jdbcType="VARCHAR"/> <result property="lfMonthlyPos" column="lf_monthly_pos" jdbcType="VARCHAR"/>
<result property="plannedMainShelfType" column="planned_main_shelf_type" jdbcType="VARCHAR"/> <result property="plannedMainShelfType" column="planned_main_shelf_type" jdbcType="VARCHAR"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论