Fancy
2024-07-30 a24935cb8868aa813e294ed0637627f870e61e4b
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;
    /**
     * 测试或品检返回的错误信息