Merge branch 'feat-hjj-OfficialManage#A161' into dev

This commit is contained in:
jiaji.H 2025-10-10 15:41:32 +08:00
commit 625ccc125f
2 changed files with 560 additions and 381 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 {