13 lines
283 B
C#
13 lines
283 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; }
|
|
}
|
|
|
|
|
|
}
|