package controllers import ( "kkscrap-go/locals" ) type CommonPageReq struct { PageVars locals.PageVars } type SlipId struct { SlipId int } type SlipIdPageReq struct { Page []SlipId }