肖洋
2025-02-11 992a33ca68af405d08da512c46d7d59ec3ceaabc
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}