fix
zhangqian
2023-11-15 1d58915fae5fc823fafa21b6c3d43fd2717c63c1
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
)