yuxc
2023-10-17 47dc1bef06f17e498b573b6098d56739607e44d1
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java
@@ -66,4 +66,9 @@
   @NotBlank(message = "规则依据不能为空")
   private String accordingTo;
   /**
    * 基础码段的码段类型顺序拼接而成的字符串
    */
   private String basicSecTypes;
}