提交 53cb9362 authored 作者: 000516's avatar 000516

三米两秒挂条数量改为String炻

上级 31fda3ec
......@@ -125,12 +125,12 @@ public class SalesApDisplayS implements Serializable {
/**
* 计划-60g挂条陈列数量
*/
private Integer plannedDisplayQty60;
private String plannedDisplayQty60;
/**
* 实际-60g挂条陈列数量
*/
private Integer actualDisplayQty60;
private String actualDisplayQty60;
/**
* 60g挂条陈列费
......
......@@ -326,7 +326,7 @@ public class SalesApRequest {
/**
* 实际-60g挂条陈列数量
*/
private Integer actualDisplayQty60;
private String actualDisplayQty60;
/**
* 60g挂条陈列-是否执行
*/
......
......@@ -13,7 +13,7 @@ public class SalesApDisplaySDto {
/**
* 实际-60g挂条陈列数量
*/
private Integer actualDisplayQty60;
private String actualDisplayQty60;
/**
* 60g挂条陈列-是否执行
*/
......
......@@ -26,8 +26,8 @@
<result property="channelXl" column="channel_xl" jdbcType="VARCHAR"/>
<result property="storeType" column="store_type" jdbcType="VARCHAR"/>
<result property="lineLf" column="line_lf" jdbcType="VARCHAR"/>
<result property="plannedDisplayQty60" column="planned_display_qty_60" jdbcType="INTEGER"/>
<result property="actualDisplayQty60" column="actual_display_qty_60" jdbcType="INTEGER"/>
<result property="plannedDisplayQty60" column="planned_display_qty_60" jdbcType="VARCHAR"/>
<result property="actualDisplayQty60" column="actual_display_qty_60" jdbcType="VARCHAR"/>
<result property="totalCost60" column="total_cost_60" jdbcType="DECIMAL"/>
<result property="displayQtyExecuted60" column="display_qty_executed_60" jdbcType="VARCHAR"/>
<result property="displaySn60" column="display_sn_60" jdbcType="INTEGER"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论