update 打包管理确认收入金额

This commit is contained in:
lijiarao
2022-11-16 09:53:15 +08:00
parent 7c46849a15
commit ada66500ee
@@ -95,6 +95,7 @@ public class PayPackCompany implements Serializable {
@Excel(name = "确认收入金额", width = 15)
@TableField(exist = false)
@ApiModelProperty(value = "确认收入金额")
@JsonFormat(shape = JsonFormat.Shape.STRING)
private BigDecimal confirmAmount;
/**实际到账费用*/