[sub] prepare database

This commit is contained in:
Alireza Ahmadi
2023-03-27 15:03:55 +02:00
parent 8f0a701d9e
commit cee117e1e8

View File

@@ -9,4 +9,5 @@ type ClientTraffic struct {
Down int64 `json:"down" form:"down"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
Total int64 `json:"total" form:"total"`
SubID string `json:"subId" from:"subId"`
}