增加新的功能
This commit is contained in:
@@ -48,7 +48,7 @@ namespace CommonEntity
|
||||
public string subnet_mask { get; set; }
|
||||
public string gateway { get; set; }
|
||||
public string dns { get; set; }
|
||||
public string version { get; set; }
|
||||
public string app_version { get; set; }
|
||||
/// <summary>
|
||||
/// RCU 时间,年月日 那种
|
||||
/// </summary>
|
||||
@@ -68,8 +68,8 @@ namespace CommonEntity
|
||||
/// <summary>
|
||||
/// 授权时间
|
||||
/// </summary>
|
||||
public long authorization_time { get; set; }
|
||||
public long authorization_days { get; set; }
|
||||
public string authorization_time { get; set; }
|
||||
public string authorization_days { get; set; }
|
||||
public string room_num_remark { get; set; }
|
||||
public string room_type_remark { get; set; }
|
||||
public string room_remark { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user