新增专长
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package requests
|
||||
|
||||
type ExpertiseRequest struct {
|
||||
GetExpertiseList // 获取专长列表
|
||||
}
|
||||
|
||||
// GetExpertiseList 获取专长列表
|
||||
type GetExpertiseList struct {
|
||||
ExpertiseId string `json:"expertise_id" form:"expertise_id" label:"主键id"`
|
||||
ExpertiseName string `json:"expertise_name" form:"expertise_name" label:"专长名称"`
|
||||
}
|
||||
Reference in New Issue
Block a user