device_task.go 421 B

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