2022-12-09 14:24:35 +08:00
|
|
|
|
namespace FrontendWebApi.Models
|
|
|
|
|
{
|
|
|
|
|
public class ElecSubSystem
|
|
|
|
|
{
|
|
|
|
|
public string MainSubTag { get; set; }
|
|
|
|
|
public string system_device_tag { get; set; }
|
|
|
|
|
public string system_remark { get; set; }
|
|
|
|
|
public string priority { get; set; }
|
|
|
|
|
}
|
2023-01-09 19:15:40 +08:00
|
|
|
|
|
|
|
|
|
|
2022-12-09 14:24:35 +08:00
|
|
|
|
}
|