This commit is contained in:
jl
2023-04-21 11:44:47 +08:00
parent 3a08c033ba
commit 8c07d147d5
4 changed files with 75 additions and 48 deletions

View File

@ -110,6 +110,7 @@ namespace Epost.Model
public string wallNo { get; set; }
public string lightType { get; set; }
public string lightColor { get; set; }
public string status { get; set; }
}