zhangqian
2023-11-01 530fed8ec225453572d57b15c200ab062c335457
model/response/response.go
@@ -344,4 +344,13 @@
   CurrencyResponse struct {
      List []*model.Currency `json:"list"`
   }
   CollectionProjectionListResponse struct {
      List  []*model.CollectionProjection `json:"list"`
      Count int                           `json:"count"`
   }
   ContactInformationResponse struct {
      List []*model.ContactInformation `json:"list"`
   }
)