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