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