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