liyong
2025-12-23 1a63cb713ae5a547109e7c22b59cb3691d99d686
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 '需求数量',