From 34c99ef40f26f8812610e7ca14c56825f9bf2c3c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:46:56 +0800 Subject: [PATCH] add --- model/response/response.go | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/model/response/response.go b/model/response/response.go index 8fff1d9..7975cd3 100644 --- a/model/response/response.go +++ b/model/response/response.go @@ -180,6 +180,10 @@ DataResponse struct { + // 璐︽埛 + AccountId []*model.AccountId `json:"accountId"` + + // 鏄惁寮�绁� IsInvoice []*model.IsInvoice `json:"isInvoice"` @@ -294,4 +298,8 @@ IsInvoiceResponse struct { List []*model.IsInvoice `json:"list"` } + + AccountIdResponse struct { + List []*model.AccountId `json:"list"` + } ) \ No newline at end of file -- Gitblit v1.8.0