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