This commit is contained in:
Daniel 2025-07-06 16:31:09 +08:00
parent e17e9aa1cf
commit 2e444d899b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 3 deletions

View file

@ -16,6 +16,7 @@
package av
// ViewGroup 描述了视图分组规则的结构。
type ViewGroup struct {
Field string `json:"field"` // 分组字段 ID
Method GroupMethod `json:"method"` // 分组方式