lixiaojun
2024-11-20 c09478fe73685a87de0c48f9b300008f06408dd8
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.CAL; 
 
namespace HStation.CAL.WE
{
    /// <summary>
    /// 用水器具映射
    ///</summary> 
    public interface IUtensilMapping :IBaseCAL<AddUtensilMappingInput,UpdateUtensilMappingInput,UtensilMappingDto> , IUpdateSorter  
    {     
 
    }
}