refactor(report): 调整 TocofsSaleoutDetailed 相关属性命名

- 将 newsystemnumber4 和 newsystemprimary4 的属性名分别改为 newsystemnumber3 和 newsystemprimary3
- 修正 businesstype 属性的列名映射,从 businessDate 改为 businessType
This commit is contained in:
liuy 2024-11-05 11:12:58 +08:00
parent 170ba5ac72
commit 36904aa9c8
2 changed files with 6 additions and 6 deletions

View File

@ -91,9 +91,9 @@ public class TocofsSaleoutDetailedDto {
private String def4; private String def4;
@ExcelProperty(value = "交易蓝-U8C单号") @ExcelProperty(value = "交易蓝-U8C单号")
private String newsystemnumber4; private String newsystemnumber3;
@ExcelProperty(value = "交易蓝-U8C主键") @ExcelProperty(value = "交易蓝-U8C主键")
private String newsystemprimary4; private String newsystemprimary3;
//交易蓝 结束 //交易蓝 结束
} }

View File

@ -422,7 +422,7 @@
<result property="skucode" column="skuCode" jdbcType="VARCHAR"/> <result property="skucode" column="skuCode" jdbcType="VARCHAR"/>
<result property="skuname" column="skuName" jdbcType="VARCHAR"/> <result property="skuname" column="skuName" jdbcType="VARCHAR"/>
<result property="shipqty" column="shipQty" jdbcType="VARCHAR"/> <result property="shipqty" column="shipQty" jdbcType="VARCHAR"/>
<result property="businesstype" column="businessDate" jdbcType="VARCHAR"/> <result property="businesstype" column="businessType" jdbcType="VARCHAR"/>
<result property="newstate" column="newState" jdbcType="VARCHAR"/> <result property="newstate" column="newState" jdbcType="VARCHAR"/>
<result property="newpushdate" column="newPushDate" jdbcType="VARCHAR"/> <result property="newpushdate" column="newPushDate" jdbcType="VARCHAR"/>
<result property="newtransmitinfo" column="newTransmitInfo" jdbcType="VARCHAR"/> <result property="newtransmitinfo" column="newTransmitInfo" jdbcType="VARCHAR"/>
@ -436,8 +436,8 @@
<result property="newstate3" column="newState3" jdbcType="VARCHAR"/> <result property="newstate3" column="newState3" jdbcType="VARCHAR"/>
<result property="def3" column="def3" jdbcType="VARCHAR"/> <result property="def3" column="def3" jdbcType="VARCHAR"/>
<result property="def4" column="def4" jdbcType="VARCHAR"/> <result property="def4" column="def4" jdbcType="VARCHAR"/>
<result property="newsystemnumber4" column="newSystemNumber4" jdbcType="VARCHAR"/> <result property="newsystemnumber3" column="newSystemNumber3" jdbcType="VARCHAR"/>
<result property="newsystemprimary4" column="newSystemPrimary4" jdbcType="VARCHAR"/> <result property="newsystemprimary3" column="newSystemPrimary3" jdbcType="VARCHAR"/>
</resultMap> </resultMap>
@ -451,7 +451,7 @@
<result property="skucode" column="skuCode" jdbcType="VARCHAR"/> <result property="skucode" column="skuCode" jdbcType="VARCHAR"/>
<result property="skuname" column="skuName" jdbcType="VARCHAR"/> <result property="skuname" column="skuName" jdbcType="VARCHAR"/>
<result property="shipqty" column="shipQty" jdbcType="VARCHAR"/> <result property="shipqty" column="shipQty" jdbcType="VARCHAR"/>
<result property="businesstype" column="businessDate" jdbcType="VARCHAR"/> <result property="businesstype" column="businessType" jdbcType="VARCHAR"/>
<result property="newstate" column="newState" jdbcType="VARCHAR"/> <result property="newstate" column="newState" jdbcType="VARCHAR"/>
<result property="newpushdate" column="newPushDate" jdbcType="VARCHAR"/> <result property="newpushdate" column="newPushDate" jdbcType="VARCHAR"/>
<result property="newtransmitinfo" column="newTransmitInfo" jdbcType="VARCHAR"/> <result property="newtransmitinfo" column="newTransmitInfo" jdbcType="VARCHAR"/>