소스 검색

no message

xingzai 1 년 전
부모
커밋
6b0ceeb624
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      models/banner.go

+ 4 - 2
models/banner.go

@@ -1,8 +1,10 @@
 package models
 
 type BannerUrlYxResp struct {
-	IndexImg string `description:"小程序封面图"`
-	Path     string `description:"小程序路径"`
+	IndexImg   string `description:"小程序封面图"`
+	Path       string `description:"小程序路径"`
+	SourceType int    `description:"资源类型 1:小程序"`
+	Describe   string `description:"描述"`
 }
 
 type BannerUrHomeListResp struct {