Fancy
2024-07-25 99f3bd0aef6cec3e29876e3e1683c3f021e01606
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 = "状态不能为空")