Commit 36dda1f9 by Joneq

增加电话号码字段

parent 5ab371ad
Showing with 1 additions and 0 deletions
...@@ -36,6 +36,7 @@ type ErpTianYanChaCompanyInfo struct { ...@@ -36,6 +36,7 @@ type ErpTianYanChaCompanyInfo struct {
RegNumber string `json:"regNumber"` RegNumber string `json:"regNumber"`
CreditCode string `json:"creditCode"` CreditCode string `json:"creditCode"`
TaxNumber string `json:"taxNumber"` TaxNumber string `json:"taxNumber"`
PhoneNumber string `json:"phoneNumber"`
RegCapitalCurrency string `json:"regCapitalCurrency"` RegCapitalCurrency string `json:"regCapitalCurrency"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment