parent
2bf423b42f
commit
93c0525ea5
|
@ -213,7 +213,7 @@ func (sysExportTemplateApi *SysExportTemplateApi) ExportExcel(c *gin.Context) {
|
||||||
// @Security ApiKeyAuth
|
// @Security ApiKeyAuth
|
||||||
// @accept application/json
|
// @accept application/json
|
||||||
// @Produce application/json
|
// @Produce application/json
|
||||||
// @Router /sysExportTemplate/exportExcel [get]
|
// @Router /sysExportTemplate/ExportTemplate [get]
|
||||||
func (sysExportTemplateApi *SysExportTemplateApi) ExportTemplate(c *gin.Context) {
|
func (sysExportTemplateApi *SysExportTemplateApi) ExportTemplate(c *gin.Context) {
|
||||||
templateID := c.Query("templateID")
|
templateID := c.Query("templateID")
|
||||||
if templateID == "" {
|
if templateID == "" {
|
||||||
|
|
|
@ -130,7 +130,7 @@ func ({{.Abbreviation}}Api *{{.StructName}}Api) Update{{.StructName}}(c *gin.Con
|
||||||
// @Security ApiKeyAuth
|
// @Security ApiKeyAuth
|
||||||
// @accept application/json
|
// @accept application/json
|
||||||
// @Produce application/json
|
// @Produce application/json
|
||||||
// @Param data query {{.Package}}.{{.StructName}} true "用id查询{{.Description}}"
|
// @Param data query {{.PrimaryField.FieldType}} true "用id查询{{.Description}}"
|
||||||
// @Success 200 {object} response.Response{data={{.Package}}.{{.StructName}},msg=string} "查询成功"
|
// @Success 200 {object} response.Response{data={{.Package}}.{{.StructName}},msg=string} "查询成功"
|
||||||
// @Router /{{.Abbreviation}}/find{{.StructName}} [get]
|
// @Router /{{.Abbreviation}}/find{{.StructName}} [get]
|
||||||
func ({{.Abbreviation}}Api *{{.StructName}}Api) Find{{.StructName}}(c *gin.Context) {
|
func ({{.Abbreviation}}Api *{{.StructName}}Api) Find{{.StructName}}(c *gin.Context) {
|
||||||
|
|
Loading…
Reference in New Issue