copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_IBasicInfoService/IProcessServer.cs"
copy to "\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortService/INJCommandsServer.cs"
文件从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_IBasicInfoService/IProcessServer.cs 复制 |
| | |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.SerialPort; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | | { |
| | | public interface IProcessServer : IService<Dt_Process> |
| | | public interface INJCommandsServer : IService<Dt_NJCommands> |
| | | { |
| | | //鏌ョ湅鍏ㄩ儴 |
| | | //WebResponseContent GetNjTask(Dt_NjTaskDTO dt_NjTaskDTO); |