// ========================================================================== // This is auto-generated by gf cli tool. Fill this file as you wish. // ========================================================================== package model import ( internal2 "lims_adapter/model/account/internal" ) // SettleAccountMain is the golang structure for table settle_account_main. type SettleAccountMain internal2.SettleAccountMain // Fill with you ideas below. type SettleAccountMainReq struct { PageNun int `json:"pageNum"` PageSize int `json:"pageSize"` AppointUserId int `orm:"AppointUserId" json:"appoint_user_id"` RelevanceId int `orm:"RelevanceId" json:"relevance_id"` }