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