- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package model
- import (
- "lims_reservation/model/internal"
- )
- // MeetingReservation is the golang structure for table meeting_reservation.
- type MeetingReservation internal.MeetingReservation
- // Fill with you ideas below.
|