|
|
|
@ -573,10 +573,10 @@ export default { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
func (p *${tableName}ReqParams) PageNumF() int { return p.PageNum } |
|
|
|
func (p *${tableName}ReqParams) PageSizeF() int { return p.PageSize } |
|
|
|
func (p *${tableName}ReqParams) FieldsF() []string { return p.Fields } |
|
|
|
func (p *${tableName}ReqParams) ExportF() bool { return p.Export } |
|
|
|
func (p *${tableName}ReqParams) GetPageNum() int { return p.PageNum } |
|
|
|
func (p *${tableName}ReqParams) GetPageSize() int { return p.PageSize } |
|
|
|
func (p *${tableName}ReqParams) GetFields() []string { return p.Fields } |
|
|
|
func (p *${tableName}ReqParams) GetExport() bool { return p.Export } |
|
|
|
|
|
|
|
type ${tableName}ReqParams struct { |
|
|
|
Query *${tableName}Params \`json:"query,omitempty"\` |
|
|
|
|