fix: separator改为code_separator避免MySQL保留关键字冲突

This commit is contained in:
zhouz
2026-07-15 17:51:54 +08:00
parent 2d65cce27f
commit 9ecf5f6582
2 changed files with 5 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ public class CodeRuleDO extends BaseDO {
/**
* 分隔符
*/
@TableField("code_separator")
private String separator;
/**