cloudflight
2024-12-23 58adbb175ed79b9a640b4964683e7be8b64f34b0
1
2
3
4
5
6
7
8
9
10
11
using Yw.Dto;
 
namespace Yw.CAL
{
    /// <summary>
    /// 报警等级
    /// </summary>
    public interface IDivision : IBaseCAL<AddDivisionInput, UpdateDivisionInput, DivisionDto>, IUpdateFlags, IUpdateTagName, IUpdateSorter
    {
    }
}