feat(report): 添加应收相关字段- 在 TocofsSaleoutDetailedDto 中添加计算应收、计算公式、平台优惠、支付优惠、达人优惠、商家优惠等应收相关字段
- 在 TocofsSaleoutDetailedEntity.xml 中添加对应字段的映射
This commit is contained in:
parent
33d688f118
commit
7e7a3631bf
|
@ -102,4 +102,24 @@ public class TocofsSaleoutDetailedDto {
|
|||
@ExcelProperty(value = "交易蓝-U8C主键")
|
||||
private String newsystemprimary3;
|
||||
//交易蓝 结束
|
||||
|
||||
//应收 开始
|
||||
@ExcelProperty(value = "计算应收")
|
||||
private String def7;
|
||||
|
||||
@ExcelProperty(value = "计算公式")
|
||||
private String def8;
|
||||
|
||||
@ExcelProperty(value = "平台优惠")
|
||||
private String def9;
|
||||
|
||||
@ExcelProperty(value = "支付优惠")
|
||||
private String def10;
|
||||
|
||||
@ExcelProperty(value = "达人优惠")
|
||||
private String def11;
|
||||
|
||||
@ExcelProperty(value = "商家优惠")
|
||||
private String def12;
|
||||
//应收 结束
|
||||
}
|
||||
|
|
|
@ -440,6 +440,13 @@
|
|||
<result property="newsystemprimary3" column="newSystemPrimary3" jdbcType="VARCHAR"/>
|
||||
<result property="businessDate" column="businessDate" jdbcType="VARCHAR"/>
|
||||
<result property="successfulTradeDate" column="successfulTradeDate" jdbcType="VARCHAR"/>
|
||||
|
||||
<result property="def7" column="def7" jdbcType="VARCHAR"/>
|
||||
<result property="def8" column="def8" jdbcType="VARCHAR"/>
|
||||
<result property="def9" column="def9" jdbcType="VARCHAR"/>
|
||||
<result property="def10" column="def10" jdbcType="VARCHAR"/>
|
||||
<result property="def11" column="def11" jdbcType="VARCHAR"/>
|
||||
<result property="def12" column="def12" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue