Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
12345678910111213 |
- package md
-
- type AgentQualificationEnterpriseReq struct {
- Limit int `json:"limit"`
- Page int `json:"page" `
- Name string `json:"name"`
- State string `json:"state"`
- }
- type AgentQualificationEnterpriseAuditReq struct {
- AgentId int `json:"agent_id"`
- State string `json:"state"`
- Memo string `json:"memo"`
- }
|