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