feat: 打包项目维护导出去掉实收金额字段
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user