enter.go 272 B

123456789101112
  1. package rentComputer
  2. type ServiceGroup struct {
  3. // Code generated by log-server Begin; DO NOT EDIT.
  4. ServiceRentComputer
  5. ServiceRentComputerShop
  6. ServiceRentSetMeal
  7. ServiceRentComputerLedger
  8. ServiceRentComputerLog
  9. // Code generated by log-server End; DO NOT EDIT.
  10. }