package api

type StaffLoginReq struct {
	Username string `json:"username"`
	Password string `json:"password"`
}