1
wanshenmean
2025-03-23 9843b47612ee6ab23e3e36bf74b14c11354997af
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}