This commit is contained in:
“wanyongkang”
2020-12-28 14:55:48 +08:00
parent c2ec7392cb
commit 40a40b6d36
305 changed files with 20629 additions and 20629 deletions

View File

@@ -1,25 +1,25 @@
using Newtonsoft.Json;
namespace ServiceClient.Response.Room
{
public class UserRoomItem
{
[JsonProperty("userId")] public int UserId { get; set; }
[JsonProperty("roomCode")] public string RoomCode { get; set; } = "";
[JsonProperty("deleteTag")] public int DeleteTag { get; set; }
[JsonProperty("state")] public int State { get; set; }
[JsonProperty("floor")] public int Floor { get; set; }
[JsonProperty("roomNo")] public string RoomNo { get; set; }
[JsonProperty("projectCode")] public int ProjectCode { get; set; }
[JsonProperty("buildCode")] public string BuildCode { get; set; }
[JsonProperty("unit")] public string Unit { get; set; }
}
using Newtonsoft.Json;
namespace ServiceClient.Response.Room
{
public class UserRoomItem
{
[JsonProperty("userId")] public int UserId { get; set; }
[JsonProperty("roomCode")] public string RoomCode { get; set; } = "";
[JsonProperty("deleteTag")] public int DeleteTag { get; set; }
[JsonProperty("state")] public int State { get; set; }
[JsonProperty("floor")] public int Floor { get; set; }
[JsonProperty("roomNo")] public string RoomNo { get; set; }
[JsonProperty("projectCode")] public int ProjectCode { get; set; }
[JsonProperty("buildCode")] public string BuildCode { get; set; }
[JsonProperty("unit")] public string Unit { get; set; }
}
}