package approval type CompanyApplyApproveReq struct { CompanyId int `description:"客户id"` CompanyApprovalId int `description:"审批单id"` Status int `description:"审批状态,1:通过,2:拒绝"` Remark string `description:"审批理由"` CompanyContractId int `description:"合同id"` }