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