copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_IPackInfoService/IDt_PackaxisService.cs"
copy to "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_IPackInfoService/IStationPackDetailService.cs"
| 文件从 项目代码/WCS/WCSServices/WIDESEAWCS_IPackInfoService/IDt_PackaxisService.cs 复制 |
| | |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_PackInfoService |
| | | namespace WIDESEAWCS_IPackInfoService |
| | | { |
| | | public interface IDt_PackaxisService : IService<Dt_Packaxis> |
| | | public interface IStationPackDetailService : IService<Dt_StationPackDetail> |
| | | { |
| | | } |
| | | } |