set_company_charge.go 190 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 package command //SetCompanyCharge 编辑公司主管 type SetCompanyCharge struct { CompanyId int64 `json:"id" ` //公司id ChargeUserIds []int64 `json:"charge" ` //主管id }