ludc
2023-04-26 7f0570d20aac189f1b170942bd7100b281a1c824
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/pagemodel/CodeBasicSecVO.java
@@ -20,13 +20,13 @@
   /**
   * 码段类型
   */
   private String sectype;
   private String secType;
   /**
   * 码段类型显示文本
   */
   private String sectypeText;
   private String secTypeText;
   /**
    * 所属编码规则
@@ -350,20 +350,20 @@
   /**
   * 设置 码段类型
   */
   public void setSectype (String sectype){
      this.sectype = sectype;
   public void setSecType (String secType){
      this.secType = secType;
   }
   public String getSectypeText() {
      return sectypeText;
   public String getSecTypeText() {
      return secTypeText;
   }
   public void setSectypeText(String sectypeText) {
      this.sectypeText = sectypeText;
   public void setSecTypeText(String secTypeText) {
      this.secTypeText = secTypeText;
   }
   public String getSectype() {
      return sectype;
   public String getSecType() {
      return secType;
   }
   public String getCodeSecLengthType() {
@@ -602,8 +602,8 @@
   @Override
   public String toString() {
      return "CodeBasicSecVO{" +
            "sectype='" + sectype + '\'' +
            ", sectypeText='" + sectypeText + '\'' +
            "secType='" + secType + '\'' +
            ", secTypeText='" + secTypeText + '\'' +
            ", pkCodeRule='" + pkCodeRule + '\'' +
            ", orderNum=" + orderNum +
            ", codeSecLengthType='" + codeSecLengthType + '\'' +