lixiaojun
2024-11-28 34b7ed136b3c7f01701defbd526e696b84d3ee26
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace PBS.DAL.WE
{
    /// <summary>
    /// 用水当量目录
    ///</summary> 
    public interface ICatalogue : IBaseDAL<Entity.WE.Catalogue>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter
    {
 
    }
}