jingganjiaoyu 05f8c3e6a9 opt some
2024-08-18 02:25:33 +08:00

10 lines
172 B
Go

package gongyinglian
import "shylinux.com/x/ice"
type loan struct{ Tables }
func (s loan) List(m *ice.Message, arg ...string) {
}
func init() { ice.TeamCtxCmd(loan{}) }