enterprise/server/api/staff.go

7 lines
113 B
Go

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