| 123456789101112 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // LearningSkillInstrument is the golang structure for table learning_skill_instrument.
- type LearningSkillInstrument struct {
- Id int `orm:"Id,primary" json:"id"` // Id
- SkillId int `orm:"SkillId" json:"skillId"` // 技能 Id
- InstrumentId int `orm:"InstrumentId" json:"instrumentId"` // 设备 Id
- }
|