huminmin
10 天以前 00780ddd34c6e08828069b2673f3cbe371d4077c
1
2
3
alter table quality_inspect
    add defective_quantity decimal(18, 2) null comment '不良数量',
    add defective_reason varchar(255) default '' not null comment '不良原因';