duheng
2025-03-12 cec8d92bdca1da0b2eafe6eb3130f4bf6f03028b
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.DAL; 
 
namespace HStation.DAL
{
    /// <summary>
    /// 水池产品
    ///</summary> 
    public interface IAssetsTankPartMain :IBaseDAL<Entity.AssetsTankPartMain> , IUpdateCode, IUpdateSorter  
    {
 
    }
}