- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package base
- import (
- "dashoo.cn/micro/app/model/base/internal"
- )
- // BaseDistributorDynamics is the golang structure for table base_distributor_dynamics.
- type BaseDistributorDynamics internal.BaseDistributorDynamics
- // Fill with you ideas below.
|