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