mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 17:18:06 +08:00
10 lines
172 B
Go
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{}) } |