enter.go 668 B

1234567891011121314151617181920
  1. package fileManager
  2. import "log-server/service"
  3. type ApiGroup struct {
  4. // Code generated by log-server Begin; DO NOT EDIT.
  5. ApiFileFolder
  6. //ApiRentComputerShop
  7. //ApiRentSetMeal
  8. //ApiRentComputerLedger
  9. // Code generated by log-server End; DO NOT EDIT.
  10. }
  11. var (
  12. ServiceFileFolder = service.ServiceGroupApp.FileManagerServiceGroup.ServiceFileFolder
  13. // ServiceRentComputerLedger = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLedger
  14. // ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop
  15. // ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal
  16. )