feat:完善项目
This commit is contained in:
@ -125,6 +125,11 @@ func (*Config) Breakdown(c *gin.Context) {
|
||||
APIResponse(err, data)(c)
|
||||
}
|
||||
|
||||
func (*Config) BreakdownSelect(c *gin.Context) {
|
||||
data, err := config.NewBreakdown()(getSession()(c).(*service.Session)).Select()
|
||||
APIResponse(err, data)(c)
|
||||
}
|
||||
|
||||
/**
|
||||
* @api {post} /api/v1/config/breakdown/add 故障信息添加
|
||||
* @apiVersion 1.0.0
|
||||
|
Reference in New Issue
Block a user