liyong
8 小时以前 ec0fbae3a9a9c7e08d0ecd3635ce74eb17afc7f9
1
2
3
4
5
alter table product_model
    add product_code varchar(255)  null comment '产品编码';
 
alter table process_route
    add process_route_code varchar(255)  null comment '工艺路线编码';