| 123456789101112131415161718 |
- package rentComputer
- import "log-server/service"
- type ApiGroup struct {
- // Code generated by log-server Begin; DO NOT EDIT.
- ApiRentComputer
- ApiRentComputerShop
- ApiRentSetMeal
- // Code generated by log-server End; DO NOT EDIT.
- }
- var (
- ServiceRentComputer = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputer
- ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop
- ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal
- )
|