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