fix26.2: полная UI-полировка peer/dashboard и завершение i18n
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package bo
|
||||
|
||||
import "time"
|
||||
|
||||
type AccountBo struct {
|
||||
Id int64 `json:"id"`
|
||||
Username string `json:"username"`
|
||||
@@ -10,26 +8,6 @@ type AccountBo struct {
|
||||
TokenVersion int64 `json:"tokenVersion"`
|
||||
}
|
||||
|
||||
type AccountExport struct {
|
||||
Id int64 `json:"id"`
|
||||
Username string `json:"username"`
|
||||
Pass string `json:"pass"`
|
||||
ConPass string `json:"conPass"`
|
||||
Quota int64 `json:"quota"`
|
||||
Download int64 `json:"download"`
|
||||
Upload int64 `json:"upload"`
|
||||
ExpireTime int64 `json:"expireTime"`
|
||||
DeviceNo int64 `json:"deviceNo"`
|
||||
KickUtilTime int64 `json:"kickUtilTime"`
|
||||
Role string `json:"role"`
|
||||
Deleted int64 `json:"deleted"`
|
||||
CreateTime time.Time `json:"createTime"`
|
||||
UpdateTime time.Time `json:"updateTime"`
|
||||
LoginAt int64 `json:"loginAt"`
|
||||
ConAt int64 `json:"conAt"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
type PeerExport struct {
|
||||
Id int64 `json:"id,omitempty"`
|
||||
AuthId string `json:"authId,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user