learning_material_file.go 466 B

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