lixiaojun
2024-12-02 f54adb8f368def21b9aa01e466b09bed6cd8347c
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.DAL; 
 
namespace PBS.DAL
{
    /// <summary>
    /// 场所
    ///</summary> 
    public interface IPlace :IBaseDAL<PBS.Entity.Place> , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateSorter  
    {
 
    }
}