设备和生产表结构更改

This commit is contained in:
JinLu.Yin
2022-05-11 23:50:36 +08:00
parent d4680594e7
commit fc6257ba5e
2 changed files with 47 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ create table tm_tool (
tool_type_id bigint(11) not null comment '工装夹具类型ID',
tool_type_code varchar(64) comment '工装夹具类型编码',
tool_type_name varchar(255) comment '工装夹具类型名称',
code_flag char(1) default 'Y' not null comment '是否单独编码管理',
quantity int(11) default 1 not null comment '数量',
quantity_avail int(11) default 1 comment '可用数量',
mainten_type varchar(20) comment '保养维护类型',