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