田源
2023-11-28 8e8a803c51dce12cc0a974f9ac6cef4883f8ec34
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 "";
}