plat_task_handle.go 441 B

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