1
0
This commit is contained in:
2024-04-11 07:31:56 +09:00
parent 0e4f081101
commit 9494408008
15 changed files with 589 additions and 77 deletions

View File

@ -43,6 +43,9 @@ func (Sev) Fields() []ent.Field {
field.Int("cid").
Optional(),
field.Int("cp").
Optional(),
field.Int("card").
Optional(),