liurunyu
2024-07-24 3b5d642459af24fa3cad7536edee230989e01d4c
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoPr/PrController.java
@@ -55,7 +55,6 @@
     */
    @Schema(description = "控制器地址", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotBlank(message = "控制器地址不能为空")
    @Length(message = "控制器地址不大于{max}字",max = 11)
    private String rtuAddr;
    /**
@@ -63,7 +62,6 @@
     */
    @Schema(description = "通讯协议", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotBlank(message = "通讯协议不能为空")
    @Length(message = "通讯协议不大于{max}字",max = 25)
    private String protocol;
    /**
@@ -71,6 +69,12 @@
     */
    @Schema(description = "发现日期时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    private Date findDt;
    /**
     * 机构tag
     */
    @Schema(description = "机构tag", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotBlank(message = "机构tag不能为空")
    public String orgTag;
    /**
     * 添加方式;1-系统自动,2-手动