wangpengfei
2023-08-14 f84d9c46574a2cd663105859035bc17891270923
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"`
   }
)