fix: 更改打包确认收入字段防止SQL ambiguous报错

This commit is contained in:
2024-03-06 17:18:20 +08:00
parent 148d847225
commit 8664151aba
@@ -138,7 +138,7 @@ public class PayPackCompany implements Serializable {
private java.lang.String packPrincipalId; private java.lang.String packPrincipalId;
@ApiModelProperty(value = "确认收入((1:全额(对勾),0:0(X),2:>0 && <总金额(半满标志)))") @ApiModelProperty(value = "确认收入((1:全额(对勾),0:0(X),2:>0 && <总金额(半满标志)))")
private Integer affirmIncome; private Integer incomeAffirm;
/**确认金额税额*/ /**确认金额税额*/
@ApiModelProperty(value = "确认金额税额") @ApiModelProperty(value = "确认金额税额")