This commit is contained in:
chi
2022-02-09 09:55:22 +09:00
parent 5617db1780
commit fdda87b48b
20 changed files with 260 additions and 20 deletions

View File

@@ -68,5 +68,6 @@ namespace FPJ0000
public Nullable<bool> bAlert { get; set; }
public string model { get; set; }
public string serial { get; set; }
public string CMP_After2 { get; set; }
}
}