package query

type ListUserQuery struct {
	CompanyId int64  `json:"companyId"` // 公司ID
	Name      string `json:"name"`      // 用户姓名
}