package seal //驳回申请合同请求 type RejectReq struct { SealId int `description:"用印id"` Remark string `description:"备注字段"` } //通过申请合同请求 type ApprovedReq struct { SealId int `description:"用印id"` Remark string `description:"驳回理由"` }