zhangqian
2023-12-27 a3a33022675f151d2f5ca7682600acc32bc94353
1
2
3
4
5
6
7
8
9
10
11
package system
 
import "srm/service"
 
type ApiGroup struct {
    SystemApi
}
 
var (
    systemConfigService = service.ServiceGroupApp.SystemServiceGroup
)