7
0

mkt: 公司主体响应字段补充开票人(drawer)和备案号(record)并加注释

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
huangqz 2026-05-26 11:07:34 +08:00
parent ee455a4384
commit f0761984b6

View File

@ -26,14 +26,16 @@ type SubjectListResponse struct {
} }
type Data struct { type Data struct {
Abbr string `json:"abbr"` Id int `json:"id"` // 主体ID
AbbrSign string `json:"abbr_sign"` Abbr string `json:"abbr"` // 公司简称
Id int `json:"id"` AbbrSign string `json:"abbr_sign"` // 公司英文简写
Name string `json:"name"` Name string `json:"name"` // 公司名全称
State int `json:"state"` State int `json:"state"` // 状态0 使用中1 已停用
System string `json:"system"` System string `json:"system"` // 结算体系
Type int `json:"type"` Type int `json:"type"` // 主体类型0 自有1 其他
Uscc string `json:"uscc"` Record string `json:"record"` // 备案/许可证号
Uscc string `json:"uscc"` // 统一社会信用代码
Drawer string `json:"drawer"` // 开票人
} }
// CreateSubjectListRequest 公司列表请求 // CreateSubjectListRequest 公司列表请求