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