肖洋
2024-12-13 27aa02de7f3e5079334fb2d13b6facf67eec813c
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}