lckt-server/model/system/request/sys_dictionary_detail.go
2025-04-09 12:17:33 +08:00

12 lines
205 B
Go

package request
import (
"git.echol.cn/loser/lckt/model/common/request"
"git.echol.cn/loser/lckt/model/system"
)
type SysDictionaryDetailSearch struct {
system.SysDictionaryDetail
request.PageInfo
}