物料单位显示问题修复

This commit is contained in:
yinjinlu-pc\尹金路
2024-09-06 11:18:58 +08:00
parent 5bd5dd9e95
commit 1b1215080e
10 changed files with 211 additions and 10 deletions

View File

@@ -7,7 +7,8 @@ create table md_item (
item_code varchar(64) not null comment '产品物料编码',
item_name varchar(255) not 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 '单位名称'
item_or_product varchar(20) not null comment '产品物料标识',
item_type_id bigint(20) default 0 comment '物料类型ID',
item_type_code varchar(64) default '' comment '物料类型编码',