feat:完善项目
This commit is contained in:
@ -442,3 +442,22 @@ func (*Manage) MaterialSupplierDelete(c *gin.Context) {
|
||||
err := manage.NewMaterialSuppler()(getSession()(c).(*service.Session)).Delete(form.Convert())
|
||||
APIResponse(err)(c)
|
||||
}
|
||||
|
||||
func (*Manage) Notice(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (*Manage) NoticeDetail(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (*Manage) NoticeAdd(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (*Manage) NoticeEdit(c *gin.Context) {
|
||||
|
||||
}
|
||||
func (*Manage) NoticeDelete(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user