change-代码整理
parent
e8d8b3dcce
commit
538c074ce1
@ -1,13 +0,0 @@
|
||||
using SlnMesnac.Model.domain;
|
||||
using SlnMesnac.Repository.service.@base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SlnMesnac.Repository.service
|
||||
{
|
||||
public interface IEXECUTE_PLANINFOServices: IBaseService<EXECUTE_PLANINFO>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
using SlnMesnac.Model.domain;
|
||||
using SlnMesnac.Repository.service.@base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SlnMesnac.Repository.service.Impl
|
||||
{
|
||||
public class EXECUTE_PLANINFOServiceImpl : BaseServiceImpl<EXECUTE_PLANINFO>, IEXECUTE_PLANINFOServices
|
||||
{
|
||||
public EXECUTE_PLANINFOServiceImpl(Repository<EXECUTE_PLANINFO> repository):base(repository)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue