zhangxinlei1996 1 年之前
父节点
当前提交
66cfb7f489
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ent/entity/user.go

+ 0 - 3
ent/entity/user.go

@@ -31,12 +31,9 @@ type User struct {
 	Dept_name string //部门名称
 	Dept_name string //部门名称
 	Role      string //角色
 	Role      string //角色
 	Power     int    //权限
 	Power     int    //权限
-<<<<<<< HEAD
 	NicheDis  int    //商机分配权限
 	NicheDis  int    //商机分配权限
 	Role_id   int
 	Role_id   int
-=======
 	User_name string
 	User_name string
->>>>>>> feature/v1.0.3
 }
 }
 
 
 type CompletionUserInfo struct {
 type CompletionUserInfo struct {