6
0

repair_result.go 429 B

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