base_distributor_dynamics.go 477 B

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