This commit is contained in:
cuu
2021-10-24 19:39:56 +08:00
parent 5cb318cd56
commit cb0b5eb293
3 changed files with 10 additions and 11 deletions

View File

@@ -21,6 +21,10 @@ import (
"github.com/cuu/grab"
)
type WareHouseIndex struct {
List []map[string]string `json:"list"`
}
type LoadHousePage struct {
UI.Page
ListFontObj *ttf.Font