This commit is contained in:
Mrx
2026-03-19 11:07:52 +08:00
parent baa45a8a05
commit faf4b7f6a7
6 changed files with 32 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ import (
// ListSubmitRecordsFilter 提交记录列表筛选
type ListSubmitRecordsFilter struct {
ManualReviewStatus string // pending, approved, rejected空表示全部
CompanyName string // 企业名称(模糊搜索)
LegalPersonPhone string // 法人手机号
LegalPersonName string // 法人姓名(模糊搜索)
Page int
PageSize int
}