update 打包管理导出表头位置调整

This commit is contained in:
lijiarao
2022-11-14 17:16:01 +08:00
parent 20ebc0aecd
commit cceef62313
@@ -91,6 +91,12 @@ public class PayPackCompany implements Serializable {
// @Excel(name = "备注", width = 15)
@ApiModelProperty(value = "备注")
private java.lang.String remark;
@Excel(name = "确认收入金额", width = 15)
@TableField(exist = false)
@ApiModelProperty(value = "确认收入金额")
private BigDecimal confirmAmount;
/**实际到账费用*/
@Excel(name = "实际到账费用", width = 15)
@ApiModelProperty(value = "实际到账费用")
@@ -140,8 +146,5 @@ public class PayPackCompany implements Serializable {
@ApiModelProperty(value = "邮箱")
private String email;
@Excel(name = "确认收入金额", width = 15)
@TableField(exist = false)
@ApiModelProperty(value = "确认收入金额")
private BigDecimal confirmAmount;
}