ningshuxia
2025-03-13 25d1bf4c50f43cf6690c5ac92824959865c9d78f
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace PBS.DAL
{
    /// <summary>
    /// 设施
    ///</summary> 
    public interface IFacility : IBaseDAL<PBS.Entity.Facility>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateSorter
    {
 
    }
}