刘小明
2024-07-16 843c50e9c2b35196f5f4c150e33fdc6f6c2d6826
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 = "状态不能为空")