刘磊
2024-11-26 00bf7fd07edc7f23c29c00c1193f55defb88b71d
1
2
3
4
5
6
7
8
9
 
 
 
namespace WIDESEAWCS_IProcessRepository
{
    public interface IProcessRepository : IRepository<Dt_EquipmentProcess>
    {
    }
}