|
@@ -6,7 +6,7 @@ import "gin-vue-admin/global"
|
|
|
|
|
|
type SysAutoCodeHistory struct {
|
|
type SysAutoCodeHistory struct {
|
|
global.GVA_MODEL
|
|
global.GVA_MODEL
|
|
- TableName string `json:"tableName"`
|
|
|
|
|
|
+ TableName string `json:"tableName,omitempty"`
|
|
RequestMeta string `gorm:"type:text" json:"requestMeta,omitempty"` // 前端传入的结构化信息
|
|
RequestMeta string `gorm:"type:text" json:"requestMeta,omitempty"` // 前端传入的结构化信息
|
|
AutoCodePath string `gorm:"type:text" json:"autoCodePath,omitempty"` // 其他meta信息 path;path
|
|
AutoCodePath string `gorm:"type:text" json:"autoCodePath,omitempty"` // 其他meta信息 path;path
|
|
InjectionMeta string `gorm:"type:text" json:"injectionMeta,omitempty"` // 注入的内容 RouterPath@functionName@RouterString;
|
|
InjectionMeta string `gorm:"type:text" json:"injectionMeta,omitempty"` // 注入的内容 RouterPath@functionName@RouterString;
|