部署
This commit is contained in:
@@ -28,6 +28,7 @@ type ReplyLogisticsCompanyList struct {
|
||||
|
||||
type LogisticsCompanyItem struct {
|
||||
Id int64 `json:"id"`
|
||||
Serial string `json:"serial"`
|
||||
Name string `json:"name"` // 公司名称
|
||||
NameEn string `json:"nameEn"` // 公司名称英文
|
||||
ShortName string `json:"shortName"` // 公司简称
|
||||
@@ -94,6 +95,7 @@ func (l *logisticsCompany) Add(ctx context.Context, args ArgsLogisticsCompanyAdd
|
||||
|
||||
type ReplyLogisticsCompanyInfo struct {
|
||||
Id int64 `json:"id"`
|
||||
Serial string `json:"serial"`
|
||||
Name string `json:"name"` // 公司名称
|
||||
NameEn string `json:"nameEn"` // 公司名称英文
|
||||
ShortName string `json:"shortName"` // 公司简称
|
||||
|
||||
Reference in New Issue
Block a user