first commit

This commit is contained in:
2024-07-23 10:23:43 +08:00
commit 7b4c2521a3
126 changed files with 15931 additions and 0 deletions

19
pkg/ddm/type.go Normal file
View File

@ -0,0 +1,19 @@
package ddm
// 手机号 132****7986
type Mobile string
// 银行卡号 622888******5676
type BankCard string
// 身份证号 1******7
type IDCard string
// 姓名 *鸿章
type IDName string
// 密码 ******
type PassWord string
// 邮箱 l***w@gmail.com
type Email string