@@ -43,4 +43,9 @@ public class PaymentType extends BasePo {
*/
private String dynamicFieldJson;
+ /**
+ * 记账科目id
+ */
+ private Long accountSubjectsId;
+
}