update 83179 会员统计--单位分类统计--导出-建议增加实收金额

This commit is contained in:
lijiarao
2024-03-29 17:28:44 +08:00
parent 0a2cadec91
commit 322014ee02
@@ -163,7 +163,7 @@ public class TbMemberProjectSubitem implements Serializable {
/**
* 实收金额
*/
//@Excel(name = "实收金额", width = 15)
@Excel(name = "实收金额", width = 15)
@ApiModelProperty(value = "实收金额")
@DecimalMax(value = "9999999999.99", message = "实收金额格式错误")
private BigDecimal paidAmount;