chore(ent): 重新生成代码

This commit is contained in:
yangjianbo
2026-02-04 20:41:26 +08:00
parent de7ff902de
commit 74d35f0860

View File

@@ -7789,7 +7789,7 @@ func (m *GroupMutation) Type() string {
// order to get all numeric fields that were incremented/decremented, call
// AddedFields().
func (m *GroupMutation) Fields() []string {
fields := make([]string, 0, 25)
fields := make([]string, 0, 28)
if m.created_at != nil {
fields = append(fields, group.FieldCreatedAt)
}