PBS
Shuxia Ning
2024-11-20 db94da8035c7ff0f08dbd36b04b23a358d8937bd
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  
    {
 
    }
}