feat: 打包项目维护导出去掉实收金额字段

This commit is contained in:
2024-03-05 16:17:15 +08:00
parent 641ba08caa
commit 9725b8a9fb
@@ -113,7 +113,6 @@ public class PayProjectExcel implements Serializable {
@JsonFormat(shape = JsonFormat.Shape.STRING)
private BigDecimal receivableAmount;
/**实收金额(元)*/
@Excel(name = "实收金额(元)", width = 15)
@ApiModelProperty(value = "实收金额(元)")
@DecimalMax(value = "9999999999.99",message = "实收金额(元)格式错误")
@JsonFormat(shape = JsonFormat.Shape.STRING)