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