This commit is contained in:
孟帅
2024-04-22 23:08:40 +08:00
parent 82483bd7b9
commit e144b12580
445 changed files with 17457 additions and 6708 deletions

View File

@@ -14,6 +14,7 @@ type TestCategory struct {
g.Meta `orm:"table:hg_test_category, do:true"`
Id interface{} // 分类ID
Name interface{} // 分类名称
ShortName interface{} // 简称
Description interface{} // 描述
Sort interface{} // 排序
Remark interface{} // 备注