liding
16 小时以前 c7ce2c2342f427bbad0263ab9e35585f6b98ee93
doc/20260113-product_model.sql
@@ -4,3 +4,11 @@
alter table process_route
    add process_route_code varchar(255)  null comment '工艺路线编码';
alter table procurement_record_storage
    add product_model_id bigint null comment '产品规格id';
alter table procurement_record_out
    add product_model_id bigint null comment '产品规格id';
alter table quality_inspect
    add product_model_id bigint null comment '产品规格id';