@@ -27,7 +27,7 @@ public class BizPaymentType extends BaseEntity
/** 主程序账套外键 */
@ApiModelProperty(value = "支出类目名称")
private Long tenantId;
-
+ private Long status;
/** 支出科目信息 */
private List<BizPaymentSubject> bizPaymentSubjectList;
}