consequent.go 439 B

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