|
@@ -12,15 +12,24 @@ namespace OASystem.Domain.ViewModels.System
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- public class UserView
|
|
+ public class UserInfoWebView
|
|
{
|
|
{
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public int CompanyId { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public string CompanyName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int DepId { get; set; }
|
|
public int DepId { get; set; }
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -36,46 +45,47 @@ namespace OASystem.Domain.ViewModels.System
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- public int Id { get; set; }
|
|
+ public int UserId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
public string CnName { get; set; }
|
|
public string CnName { get; set; }
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
public string Number { get; set; }
|
|
public string Number { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public string Ext { get; set; }
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
public string Phone { get; set; }
|
|
public string Phone { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
public string UrgentPhone { get; set; }
|
|
public string UrgentPhone { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
public string Email { get; set; }
|
|
public string Email { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
|
|
|
|
|
|
- public class UserInfoWebView
|
|
+ public class UserLoginInfoView
|
|
{
|
|
{
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -100,14 +110,14 @@ namespace OASystem.Domain.ViewModels.System
|
|
|
|
|
|
|
|
|
|
public string JobName { get; set; }
|
|
public string JobName { get; set; }
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string Email { get; set; }
|
|
public string Email { get; set; }
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|