Files
36Wisdom/biz/service/user_collection.go
T
2026-08-14 16:11:10 +08:00

7 lines
194 B
Go

package service
// UserCollection 收集数据访问已由 dao.UserCollection 承载,此文件仅为分层对齐保留。
type userCollection struct{}
var UserCollection = &userCollection{}