|
|
@@ -5,7 +5,7 @@ import common.annotation.TableCol;
|
|
|
import common.data.db.initialization.base.YosObject;
|
|
|
|
|
|
@Table(comment = "企业暂存库存余额表", uniquecolumn = "sys_enterprise_inventoryearid", issystem = false)
|
|
|
-public class sys_enterprise_inventoryear {
|
|
|
+public class sys_enterprise_inventoryear extends YosObject {
|
|
|
@TableCol(title = "企业ID", column_type = YosObject.ColumnType.bigint, is_nullable = false)
|
|
|
public Long sys_enterpriseid = 0L;
|
|
|
|