base_program_group.go 457 B

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