1
huangxiaoqiang
2025-03-27 5dc0576248e8c2570645638b323234bdf1d104f7
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}