fonchain-fiee/pkg/model/query/cast.go

6 lines
76 B
Go
Raw Normal View History

2025-06-24 10:27:55 +00:00
package query
type RemindReq struct {
WorkUuid string `json:"workUuid"`
}