JM-WechatMini/resource/plug_template/service/enter.go.tpl

8 lines
110 B
Smarty
Raw Normal View History

2023-11-02 04:34:46 +08:00
package service
type ServiceGroup struct {
{{ .PlugName}}Service
}
var ServiceGroupApp = new(ServiceGroup)