wangpengfei
2023-08-10 3c921c53c2b4dcd617a4ec88bd2a78fe69f2b600
model/response/response.go
@@ -344,4 +344,9 @@
   CurrencyResponse struct {
      List []*model.Currency `json:"list"`
   }
   CollectionProjectionListResponse struct {
      List  []*model.CollectionProjection `json:"list"`
      Count int                           `json:"count"`
   }
)