|
|
|
@ -287,7 +287,7 @@ func (o logic) Sure(args CompanySureApply) error {
|
|
|
|
|
|
|
|
|
|
type CompanyRejectApply struct {
|
|
|
|
|
CompanySureApply
|
|
|
|
|
Reason string `json:"reason" validate:"required,maxLen=20"`
|
|
|
|
|
Reason string `json:"reason" validate:"required"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (o logic) Reject(args CompanyRejectApply) error {
|
|
|
|
|