!11 update doc/设计文档/数据库设计/mes-md.sql.

Merge pull request !11 from jqchenjoy/N/A
This commit is contained in:
心笑峰 2024-11-18 06:26:02 +00:00 committed by Gitee
commit a2127f626f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -8,7 +8,7 @@ create table md_item (
item_name varchar(255) not null comment '产品物料名称', item_name varchar(255) not null comment '产品物料名称',
specification varchar(500) default null comment '规格型号', specification varchar(500) default null comment '规格型号',
unit_of_measure varchar(64) not null comment '单位编码', unit_of_measure varchar(64) not null comment '单位编码',
unit_name varchar(64) comment '单位名称' unit_name varchar(64) comment '单位名称',
item_or_product varchar(20) not null comment '产品物料标识', item_or_product varchar(20) not null comment '产品物料标识',
item_type_id bigint(20) default 0 comment '物料类型ID', item_type_id bigint(20) default 0 comment '物料类型ID',
item_type_code varchar(64) default '' comment '物料类型编码', item_type_code varchar(64) default '' comment '物料类型编码',