base_sales_region_detail.go 466 B

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