huangxiaoqiang
2026-02-05 3bff82db6156bcab3e6e241e42697ffdc77dc14f
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}