package request import ( "srm/model/common/request" "srm/model/system" ) type ChatGptRequest struct { system.ChatGpt request.PageInfo }