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