liurunyu
2024-06-26 e8d6c405c367e1bd501a6f6b4fa8cfa0dddbd806
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/common/dto/ValveOpen.java
@@ -1,6 +1,5 @@
package com.dy.pipIrrRemote.common.dto;
import jakarta.validation.constraints.NotNull;
import lombok.Data;
/**
@@ -22,6 +21,6 @@
    /**
     * 用户类型 1-平台,2-APP
     */
    @NotNull(message = "操作类型不能为空")
    private Integer userType;
    //@NotNull(message = "操作类型不能为空")
    //private Integer userType;
}