train_head_office_feedback.go 480 B

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