6
0

base_user_relation.go 442 B

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