@@ -86,4 +86,9 @@ public class AccountManagement extends BasePo {
*/
private Long companyId;
+ /**
+ * 10公账 20私账
+ */
+ private Integer type;
+
}