6
0

feedback_flow.go 433 B

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