ibms-dome/Repository/Models/DeviceImport.cs

16 lines
367 B
C#
Raw Permalink Normal View History

2022-10-14 16:08:54 +08:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
namespace Repository.Models
{
public class Device_replace_dict
{
public Dictionary<string, object> Device_replace { get; set; }
public List<Dictionary<string, object>> Device_disaster_dicts { get; set; }
}
}