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