feat:完善项目
This commit is contained in:
@ -237,3 +237,15 @@ func (*Technology) AchievementDelete(c *gin.Context) {
|
||||
err := technology.NewAchievement()(api.GetSession()(c).(*session.Admin)).Delete(form.Convert())
|
||||
api.APIResponse(err)(c)
|
||||
}
|
||||
|
||||
func (*Technology) Demand(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (*Technology) DemandDetail(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (*Technology) DemandDelete() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user