feat:完善项目

This commit is contained in:
henry
2021-11-03 10:24:37 +08:00
parent 09ef8a7885
commit 565b683d7e
9 changed files with 45 additions and 32 deletions

View File

@ -19,8 +19,8 @@ type {{.StrutName}} struct{ *service.Session }
type {{.StrutName}}Handle func(session *service.Session) *{{.StrutName}}
func (c *{{.StrutName}}) List() (*basic.ReturnPages, error) {
return &basic.ReturnPages{Data: nil, Count: 0}, nil
func (c *{{.StrutName}}) List() (*basic.PageDataResponse, error) {
return &basic.PageDataResponse{Data: nil, Count: 0}, nil
}
func (c *{{.StrutName}}) Form() error {