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