parent
3b16e6d88e
commit
c108454e1c
@ -0,0 +1,26 @@
|
||||
package jyy
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func (o Proxy) GetActivites(c *gin.Context) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
func (o Proxy) CreateActiviy(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (o Proxy) UpdateActiviy(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (o Proxy) DeleteActiviy(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (o Proxy) UploadActiviy(c *gin.Context) {
|
||||
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
package jyy
|
||||
|
||||
import "recook/internal/libs/bean"
|
||||
|
||||
type ActivityList struct {
|
||||
bean.Page
|
||||
}
|
||||
|
||||
func (o logic) GetActivites() {
|
||||
|
||||
}
|
||||
|
||||
func (o logic) CreateActiviy() {
|
||||
|
||||
}
|
||||
|
||||
func (o logic) UpdateActiviy() {
|
||||
|
||||
}
|
||||
|
||||
func (o logic) DeleteActiviy() {
|
||||
|
||||
}
|
||||
|
||||
func (o logic) UploadActiviy() {
|
||||
|
||||
}
|
Loading…
Reference in new issue