ningshuxia
2025-03-24 f7d479db638f3d9e3aeb05ec82dc2818f14bf903
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace PBS.DAL
{
    /// <summary>
    /// 设施
    ///</summary>
    public interface IElecPrice : IBaseDAL<PBS.Entity.ElecPrice>
    {
    }
}