仪表盘
版本库
文件存储
活动
搜索
登录
MeiXinLaiRui
/
NiuJuKongZhi
扭矩控制系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
yanjinhui
2025-03-03
07223f68b4cf74786269115b290f073e0fc97354
[MeiXinLaiRui/NiuJuKongZhi.git]
/
项目代码
/
WIDESEAWCS_Server 正式
/
WIDESEAWCS_IBasicInfoRepository
/
IProcessRepository.cs
1
2
3
4
5
6
7
8
9
10
11
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Model.Models;
using WIDESEAWCS_Model.Models.SerialPort;
namespace WIDESEA_ISerialPortRepository
{
public interface IProcessRepository : IRepository<Dt_Process>
{
}
}