duheng
2024-12-24 6936ebf1dfbd0025d3e86ae7dde316b6a6e43b9b
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
    {
    }
}