Compare commits
No commits in common. "master" and "v1.2.63" have entirely different histories.
@ -26,16 +26,14 @@ type SubjectListResponse struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Data struct {
|
type Data struct {
|
||||||
Id int `json:"id"` // 主体ID
|
Abbr string `json:"abbr"`
|
||||||
Abbr string `json:"abbr"` // 公司简称
|
AbbrSign string `json:"abbr_sign"`
|
||||||
AbbrSign string `json:"abbr_sign"` // 公司英文简写
|
Id int `json:"id"`
|
||||||
Name string `json:"name"` // 公司名全称
|
Name string `json:"name"`
|
||||||
State int `json:"state"` // 状态:0 使用中,1 已停用
|
State int `json:"state"`
|
||||||
System string `json:"system"` // 结算体系
|
System string `json:"system"`
|
||||||
Type int `json:"type"` // 主体类型:0 自有,1 其他
|
Type int `json:"type"`
|
||||||
Record string `json:"record"` // 备案/许可证号
|
Uscc string `json:"uscc"`
|
||||||
Uscc string `json:"uscc"` // 统一社会信用代码
|
|
||||||
Drawer string `json:"drawer"` // 开票人
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateSubjectListRequest 公司列表请求
|
// CreateSubjectListRequest 公司列表请求
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user