11 lines
278 B
C#
11 lines
278 B
C#
|
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; }
|
|||
|
}
|
|||
|
}
|