6
0

group_user_bind.go 441 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. internal2 "lims_adapter/model/user/internal"
  7. )
  8. // GroupUserBind is the golang structure for table group_user_bind.
  9. type GroupUserBind internal2.GroupUserBind
  10. // Fill with you ideas below.