正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -24,13 +24,13 @@ type CompanySignUpCommand struct { | @@ -24,13 +24,13 @@ type CompanySignUpCommand struct { | ||
24 | Password string `cname:"密码" json:"password" valid:"Required"` | 24 | Password string `cname:"密码" json:"password" valid:"Required"` |
25 | 25 | ||
26 | // 法人 | 26 | // 法人 |
27 | - LegalPerson string `cname:"法人" json:"legalPerson" valid:"Required"` | 27 | + LegalPerson string `cname:"法人" json:"legalPerson"` |
28 | // 社会信用代码 | 28 | // 社会信用代码 |
29 | - SocialCreditCode string `cname:"社会信用代码" json:"socialCreditCode" valid:"Required"` | 29 | + SocialCreditCode string `cname:"社会信用代码" json:"socialCreditCode"` |
30 | // 营业执照所在地 | 30 | // 营业执照所在地 |
31 | - BusinessLicenseAddress domain.BusinessLicenseAddress `cname:"营业执照所在地" json:"businessLicenseAddress" valid:"Required"` | 31 | + BusinessLicenseAddress domain.BusinessLicenseAddress `cname:"营业执照所在地" json:"businessLicenseAddress"` |
32 | // 营业执照-附件 | 32 | // 营业执照-附件 |
33 | - BusinessLicenseAttachments []domain.Attachment `cname:"营业执照-附件" json:"businessLicenseAttachments" valid:"Required"` | 33 | + BusinessLicenseAttachments []domain.Attachment `cname:"营业执照-附件" json:"businessLicenseAttachments"` |
34 | } | 34 | } |
35 | 35 | ||
36 | func (companySignUpCommand *CompanySignUpCommand) Valid(validation *validation.Validation) { | 36 | func (companySignUpCommand *CompanySignUpCommand) Valid(validation *validation.Validation) { |
-
请 注册 或 登录 后发表评论