liyong
3 天以前 d9ee1fb5190f91d79c003193b7f27ff7c5072227
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 '需求数量',