common-receiver-structs.go 168 B

12345678910111213
  1. package controllers
  2. // type CommonPageReq struct {
  3. // PageVars locals.PageVars
  4. // }
  5. type SlipId struct {
  6. SlipId int
  7. }
  8. type SlipIdPageReq struct {
  9. Page []SlipId
  10. }