Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/annotation/MdmSerialAlgorithm.java
@@ -9,8 +9,8 @@ /** * 自定义流水算法的注解 * @author weidy * @date 2022-1-18 * @author xiejun * @date 2023-11-09 */ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @@ -34,4 +34,6 @@ * @return 描述 */ String description() default ""; String serialType() default ""; }