- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package model
- import (
- "dashoo.cn/micro/app/model/train/internal"
- )
- // TrainHeadOfficeFeedback is the golang structure for table train_head_office_feedback.
- type TrainHeadOfficeFeedback internal.TrainHeadOfficeFeedback
- // Fill with you ideas below.
|