Updata:更新db文件
This commit is contained in:
parent
dc28c258b9
commit
51d79406db
File diff suppressed because it is too large
Load Diff
@ -18,6 +18,9 @@ var _ = math.Inf
|
|||||||
func (this *Filtrate) Validate() error {
|
func (this *Filtrate) Validate() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
func (this *FiltrateWeb) Validate() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
func (this *GetAnnualReportListReq) Validate() error {
|
func (this *GetAnnualReportListReq) Validate() error {
|
||||||
if this.Filtrate != nil {
|
if this.Filtrate != nil {
|
||||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
||||||
@ -113,6 +116,11 @@ func (this *DeleteQuarterlyReportResp) Validate() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *DisplayQuarterlyReportReq) Validate() error {
|
func (this *DisplayQuarterlyReportReq) Validate() error {
|
||||||
|
if this.Filtrate != nil {
|
||||||
|
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
||||||
|
return github_com_mwitkow_go_proto_validators.FieldError("Filtrate", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *DisplayQuarterlyReportResp) Validate() error {
|
func (this *DisplayQuarterlyReportResp) Validate() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user