copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_IPackInfoRepository/IDt_PackaxisRepository.cs"
copy to "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_IPackInfoRepository/IStationPackDetailRepository.cs"
| 文件从 项目代码/WCS/WCSServices/WIDESEAWCS_IPackInfoRepository/IDt_PackaxisRepository.cs 复制 |
| | |
| | | |
| | | namespace WIDESEAWCS_IPackInfoRepository |
| | | { |
| | | public interface IDt_PackaxisRepository : IRepository<Dt_Packaxis> |
| | | public interface IStationPackDetailRepository : IRepository<Dt_StationPackDetail> |
| | | { |
| | | } |
| | | } |