刘小明
2024-08-07 e5ca62a8fb0bf2fef9d305cde0a6edc2cf30e506
pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/assemblyStep/QueryVo.java
@@ -11,11 +11,11 @@
@AllArgsConstructor
@Builder
public class QueryVo{
    @NotEmpty(message = "设备编号不能为空")
    //@NotEmpty(message = "设备编号不能为空")
    public String[] deviceNo;
    @NotNull(message = "任务编号不能为空")
    public String workId;
    @NotNull(message = "状态不能为空")
    //@NotNull(message = "状态不能为空")
    public String status;
    /**
     * 测试或品检返回的错误信息