package controllers // type CommonPageReq struct { // PageVars locals.PageVars // } type SlipId struct { SlipId int } type SlipIdPageReq struct { Page []SlipId }