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