|
|
@ -76,6 +76,6 @@ public class BusCollectionConfirmation extends BaseEntity { |
|
|
|
private BigDecimal balance; // 余额
|
|
|
|
@ApiModelProperty("分公司sid") |
|
|
|
private String useOrgSid; // 分公司sid
|
|
|
|
@ApiModelProperty("认款状态") |
|
|
|
private Integer subscriptionState; // 认款状态
|
|
|
|
@ApiModelProperty("审核状态(1待审核/2已驳回/3已审核)") |
|
|
|
private Integer auditState; // 审核状态
|
|
|
|
} |
|
|
|