doc/create_table_product_structure.sql
@@ -4,7 +4,7 @@ ( id bigint auto_increment primary key, product_id bigint not null comment '产品id', product_model_id bigint not null comment '产品id', process_id bigint not null comment '工序id', unit_quantity numeric(16, 4) not null comment '单位产出需要数量', demanded_quantity numeric(16, 4) not null comment '需求数量',