Fancy
2024-07-16 e9af4d03a4f64dec62ab180640de9d26d0f2b8d7
pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/assemblyStep/QueryVo.java
@@ -12,7 +12,7 @@
@Builder
public class QueryVo{
    @NotEmpty(message = "设备编号不能为空")
    public String deviceNo;
    public String[] deviceNo;
    @NotNull(message = "任务编号不能为空")
    public String workId;
    @NotNull(message = "状态不能为空")
@@ -21,11 +21,4 @@
     * 测试或品检返回的错误信息
     */
    public String errorMsg;
    /**
     * 辅助人员
     */
    public String assistants;
    @NotNull(message = "工作类型不能为空")
    public String workType;
}