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