fix: 更改打包确认收入字段防止SQL ambiguous报错
This commit is contained in:
@@ -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 = "确认金额税额")
|
||||||
|
|||||||
Reference in New Issue
Block a user