库区表修改
This commit is contained in:
parent
3451897e9d
commit
417c63277d
@ -32,6 +32,7 @@ create table wm_storage_location (
|
||||
location_name varchar(255) not null comment '库区名称',
|
||||
warehouse_id bigint(20) not null comment '仓库ID',
|
||||
area double(12,2) comment '面积',
|
||||
area_flag char(1) default 'N' comment '是否开启库位管理',
|
||||
remark varchar(500) default '' comment '备注',
|
||||
attr1 varchar(64) default null comment '预留字段1',
|
||||
attr2 varchar(255) default null comment '预留字段2',
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user