Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java
@@ -196,10 +196,12 @@ * 自定义的流水算法类 */ private String customCodeSerialClassText; /*** * 自定义流水类型 */ private String customCodeSerialType; /** * 是否自动匹配分类值 */ @@ -288,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; }