fix: 自动化代码需检测简称,简称不可以重复。

This commit is contained in:
pixelmaxQM
2024-11-11 22:40:27 +08:00
parent 58204373aa
commit fbd0f4b9c6
6 changed files with 18 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ func (r *SysAutoHistoryCreate) Create() model.SysAutoCodeHistory {
Request: r.Request,
Table: r.Table,
StructName: r.StructName,
Abbreviation: r.StructName,
BusinessDB: r.BusinessDB,
Description: r.Description,
Injections: r.Injections,