struct{}{}

This commit is contained in:
suyl
2021-07-22 17:07:26 +08:00
parent a6cdea6610
commit 08cdbe84cf
3 changed files with 9 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ type TokenInfo struct {
type PrintInfo struct {
PrintNo string `json:"print_no" form:"print_no" binding:"required"` //打印机编号
Name string `json:"name" form:"name"` //打印机备注
SIM string `json:"sim" form:"sim"` //流量卡号码
//SIM string `json:"sim" form:"sim"` //流量卡号码
}
type PagedInfo struct {