Commit 3f18be0c authored by chenzhao's avatar chenzhao

Merge remote-tracking branch 'origin/developer_bw' into developer_bw

parents e34626ef 25f80813
...@@ -15,52 +15,48 @@ public class IcbcExcelVO implements Serializable { ...@@ -15,52 +15,48 @@ public class IcbcExcelVO implements Serializable {
@Excel(name = "序号", width = 20, orderNum = "1") @Excel(name = "序号", width = 20, orderNum = "1")
private Integer index; private Integer index;
@ApiModelProperty(value = "批次号") @ApiModelProperty(value = "扣款批次号")
@Excel(name = "批次号", width = 50, orderNum = "2") @Excel(name = "扣款批次号", width = 50, orderNum = "2")
private String batchNo; private String batchNo;
@ApiModelProperty(value = "付款目标") @ApiModelProperty(value = "代扣公司")
@Excel(name = "付款目标", width = 50, orderNum = "3") @Excel(name = "代扣公司", width = 50, orderNum = "3")
private String paymentTarget; private String paymentTarget;
@ApiModelProperty(value = "项目编号") @ApiModelProperty(value = "批扣总金额(元)")
@Excel(name = "项目编号", width = 50, orderNum = "4") @Excel(name = "批扣总金额(元)", width = 30, orderNum = "4")
private String projectNumber;
@ApiModelProperty(value = "付款总金额")
@Excel(name = "付款总金额", width = 30, orderNum = "5")
private String paymentAmount; private String paymentAmount;
@ApiModelProperty(value = "确认人员") @ApiModelProperty(value = "操作人")
@Excel(name = "确认人员", width = 30, orderNum = "6") @Excel(name = "操作人", width = 30, orderNum = "5")
private String confirmator; private String confirmator;
@ApiModelProperty(value = "确认时间") @ApiModelProperty(value = "操作时间")
@Excel(name = "确认时间", width = 50, orderNum = "7") @Excel(name = "操作时间", width = 50, orderNum = "6")
private String confirmationTime; private String confirmationTime;
@ApiModelProperty(value = "说明") @ApiModelProperty(value = "说明")
@Excel(name = "说明", width = 50, orderNum = "8") @Excel(name = "说明", width = 50, orderNum = "7")
private String desc; private String desc;
@ApiModelProperty(value = "上传状态") @ApiModelProperty(value = "上传状态")
@Excel(name = "上传状态", width = 30, orderNum = "9") @Excel(name = "上传状态", width = 30, orderNum = "8")
private String uploadStatus; private String uploadStatus;
@ApiModelProperty(value = "上传人员") @ApiModelProperty(value = "上传人员")
@Excel(name = "上传人员", width = 30, orderNum = "10") @Excel(name = "上传人员", width = 30, orderNum = "9")
private String uploader; private String uploader;
@ApiModelProperty(value = "上传时间") @ApiModelProperty(value = "上传时间")
@Excel(name = "上传时间", width = 50, orderNum = "11") @Excel(name = "上传时间", width = 50, orderNum = "10")
private String uploadTime; private String uploadTime;
@ApiModelProperty(value = "代扣状态") @ApiModelProperty(value = "代扣状态")
@Excel(name = "代扣状态", width = 30, orderNum = "12") @Excel(name = "代扣状态", width = 30, orderNum = "11")
private String withholdStatus; private String withholdStatus;
@ApiModelProperty(value = "失败原因") @ApiModelProperty(value = "失败原因")
@Excel(name = "失败原因", width = 50, orderNum = "13") @Excel(name = "失败原因", width = 50, orderNum = "12")
private String paymentErrorDesc; private String paymentErrorDesc;
......
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