zhangqian
2023-08-11 d8ac88cfb72e3aac3a89c3cfe77774be3024a24c
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"`
   }
)