6
0

consequent_detail.go 464 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. // ConsequentDetail is the golang structure for table consequent_detail.
  9. type ConsequentDetail internal2.ConsequentDetail
  10. // Fill with you ideas below.