1. 新增统一的业务编码生成功能

This commit is contained in:
chenbowen
2025-08-12 14:09:36 +08:00
parent 8673aee281
commit fe28760a49
30 changed files with 1329 additions and 90 deletions

View File

@@ -1,10 +0,0 @@
package cn.iocoder.yudao.framework.business.annotation;
/**
* @author chenbowen
*
* 业务代码自动补全的注解,在 DO filed 中与 @TableField(fill = FieldFill.INSERT) 一起标注后自动新增时生成 Code chenbowen
*/
public @interface BusinessCode {
}