- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package user
- import (
- internal2 "lims_adapter/model/user/internal"
- )
- // GroupUserBind is the golang structure for table group_user_bind.
- type GroupUserBind internal2.GroupUserBind
- // Fill with you ideas below.
|