1
0
This commit is contained in:
syui 2024-05-17 10:02:08 +09:00
parent 823dc8d89c
commit 27c464e6c4
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -33,6 +33,8 @@ func (Card) Fields() []ent.Field {
var a = rand.Intn(20)
if a == 1 {
card = rand.Intn(3) + 123
} else if a == 2 {
card = rand.Intn(14) + 1
} else {
card = 0
}