瀏覽代碼

增加系统配置接口

kobe6258 5 月之前
父節點
當前提交
622bac6625
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      domian/merchant/user_access_service.go

+ 7 - 7
domian/merchant/user_access_service.go

@@ -11,13 +11,13 @@ import (
 )
 
 type UserAccessDTO struct {
-	ID             int
-	TemplateUserId int
-	ProductID      int
-	ProductType    string
-	BeginDate      string
-	EndDate        string
-	Status         string
+	ID             int    `json:"id"`
+	TemplateUserId int    `json:"templateUserId"`
+	ProductID      int    `json:"productID"`
+	ProductType    string `json:"productType"`
+	BeginDate      string `json:"beginDate"`
+	EndDate        string `json:"endDate"`
+	Status         string `json:"status"`
 }
 
 var (