田源
2024-09-29 7d05c69630d066c0992368423f90e440e3638f91
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java
@@ -197,6 +197,11 @@
    */
   private String customCodeSerialClassText;
   /***
    * 自定义流水类型
    */
   private String customCodeSerialType;
   /**
    * 是否自动匹配分类值
    */
@@ -285,6 +290,14 @@
      return isClearValue;
   }
   public void setCustomCodeSerialType(String customCodeSerialType) {
      this.customCodeSerialType = customCodeSerialType;
   }
   public String getCustomCodeSerialType() {
      return customCodeSerialType;
   }
   public void setIsClearValue(Boolean clearValue) {
      isClearValue = clearValue;
   }