增加参数 状态字段返回

This commit is contained in:
小朱 2025-05-26 16:23:21 +08:00
parent 031bbdd41a
commit c45319b525

View File

@ -33,6 +33,11 @@ public class ResComponentOutRecordInfoDto {
*/
private Integer outQuantity;
/**
* 状态
*/
private String state;
/**
* 原部件处理方案
*/