@@ -48,5 +48,9 @@ public class AccountSubjects extends BasePo {
*/
private Integer sort;
+ /**
+ * 付款类型Id
+ */
+ private Long paymentTypeId;
}
@@ -43,9 +43,4 @@ public class PaymentType extends BasePo {
private String dynamicFieldJson;
- /**
- * 记账科目id
- */
- private Long accountSubjectsId;
-