This commit is contained in:
2024-09-14 10:48:09 +08:00
commit a5fa833937
192 changed files with 87641 additions and 0 deletions

7
model/common/prodID.go Normal file
View File

@@ -0,0 +1,7 @@
package model
const (
ProdIDLawsuit = "JUD003"
ProdIDBankCardGamblingAndFraud = "FIN013"
ProdIDBankCardBlacklistV1 = "FIN019"
)