fix(tenement):修正商户查询结果的扫描以及错误返回null的问题。

This commit is contained in:
徐涛
2023-06-26 14:03:37 +08:00
parent e6d9435c14
commit 0246eaba27
4 changed files with 8 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ type TenementCreationForm struct {
type TenementQueryResponse struct {
Id string `json:"id"`
Name string `json:"name"`
FullName string `json:"fullName"`
ShortName *string `json:"shortName"`
Address *string `json:"address"`
Contact *string `json:"contact"`