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