xiejun
2025-01-23 9ac3bd680a350c1cc4baad082d92cd2c5f158f3e
Source/UBCS/ubcs-codeApply/src/main/java/com/vci/rmip/code/client/codeapply/Apply410/object/ubcscode/vo/CodeBasicSecVO.java
@@ -198,7 +198,15 @@
    * 自定义的流水算法类
    */
   private String customCodeSerialClass;
   /**
    * 自定义的流水算法类
    */
   private String customCodeSerialClassText;
   /***
    * 自定义流水类型
    */
   private String customCodeSerialType;
   /**
    * 是否自动匹配分类值
    */
@@ -248,6 +256,17 @@
    * 固定码的码值内容
    */
   private List<CodeFixedValueVO> fixedValueVOList;
   /**
    * 前缀
    */
   private String prefixCode;
   /**
    * 后缀
    */
   private String suffixCode;
   public String getSecType() {
      return secType;
@@ -616,5 +635,37 @@
   public void setCodeDateValue(String codeDateValue) {
      this.codeDateValue = codeDateValue;
   }
   public String getPrefixCode() {
      return prefixCode;
   }
   public void setPrefixCode(String prefixCode) {
      this.prefixCode = prefixCode;
   }
   public String getSuffixCode() {
      return suffixCode;
   }
   public void setSuffixCode(String suffixCode) {
      this.suffixCode = suffixCode;
   }
   public String getCustomCodeSerialClassText() {
      return customCodeSerialClassText;
   }
   public void setCustomCodeSerialClassText(String customCodeSerialClassText) {
      this.customCodeSerialClassText = customCodeSerialClassText;
   }
   public String getCustomCodeSerialType() {
      return customCodeSerialType;
   }
   public void setCustomCodeSerialType(String customCodeSerialType) {
      this.customCodeSerialType = customCodeSerialType;
   }
}