Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
74d35f08
Commit
74d35f08
authored
Feb 04, 2026
by
yangjianbo
Browse files
chore(ent): 重新生成代码
parent
de7ff902
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/ent/mutation.go
View file @
74d35f08
...
@@ -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, 2
5
)
fields := make([]string, 0, 2
8
)
if m.created_at != nil {
if m.created_at != nil {
fields = append(fields, group.FieldCreatedAt)
fields = append(fields, group.FieldCreatedAt)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment