Commit 74d35f08 authored by yangjianbo's avatar yangjianbo
Browse files

chore(ent): 重新生成代码

parent de7ff902
...@@ -7789,7 +7789,7 @@ func (m *GroupMutation) Type() string { ...@@ -7789,7 +7789,7 @@ func (m *GroupMutation) Type() string {
// order to get all numeric fields that were incremented/decremented, call // order to get all numeric fields that were incremented/decremented, call
// AddedFields(). // AddedFields().
func (m *GroupMutation) Fields() []string { func (m *GroupMutation) Fields() []string {
fields := make([]string, 0, 25) fields := make([]string, 0, 28)
if m.created_at != nil { if m.created_at != nil {
fields = append(fields, group.FieldCreatedAt) fields = append(fields, group.FieldCreatedAt)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment