duheng
2024-09-30 2bdfc682ce0dd2c2480a4317d7e8187276e9269d
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IPumpPropContent : IBaseDAL<Entity.PumpPropContent>
    {
    }
}