feat:完善项目

This commit is contained in:
henry
2022-01-17 16:56:07 +08:00
parent 8385800662
commit 8a97ec40d3
8 changed files with 240 additions and 12 deletions

View File

@ -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() {
}