meeting_reservation.go 449 B

1234567891011121314
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package model
  5. import (
  6. "lims_reservation/model/internal"
  7. )
  8. // MeetingReservation is the golang structure for table meeting_reservation.
  9. type MeetingReservation internal.MeetingReservation
  10. // Fill with you ideas below.