Commit 74424736 by zhangxingmin

push

parent 98162b2f
...@@ -186,11 +186,23 @@ public class CommissionExpectedExportNewDTO { ...@@ -186,11 +186,23 @@ public class CommissionExpectedExportNewDTO {
@ExcelProperty("期交保费") @ExcelProperty("期交保费")
private String premium; private String premium;
// /**
// * 入账检核记录-通用备注
// */
// @ExcelProperty("备注")
// private String realRemark;
/**
* 人工备注
*/
@ExcelProperty("人工备注")
private String manualRemark;
/** /**
* 入账检核记录-通用备注 * 系统备注
*/ */
@ExcelProperty("备注") @ExcelProperty("备注")
private String realRemark; private String remark;
/** /**
* 入账检核记录-更新人名称 * 入账检核记录-更新人名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment