Fancy
2024-07-29 d175d9c401fb97ebe6a580005a8c9ad5fedccb6b
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,4 +21,12 @@
     * 测试或品检返回的错误信息
     */
    public String errorMsg;
    /**
     * 其他的工作内容
     */
    public String content;
    /**
     * 其他数量
     */
    public Integer number;
}