6
0

announcement_file.go 450 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_adapter/model/announcement/internal"
  7. )
  8. // AnnouncementFile is the golang structure for table announcement_file.
  9. type AnnouncementFile internal.AnnouncementFile
  10. // Fill with you ideas below.