修改服务层接口名称
This commit is contained in:
parent
fede5e6540
commit
f06d14b301
@ -5,5 +5,5 @@ import com.ktg.mes.md.domain.AP0AE;
|
||||
import java.util.List;
|
||||
|
||||
public interface IAP0AEService {
|
||||
public List<AP0AE> selectAllAP0AE();
|
||||
public List<AP0AE> selectOutNewData();
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ public class AP0AEServiceImpl implements IAP0AEService {
|
||||
|
||||
@DataSource(DataSourceType.SQLSERVER)
|
||||
@Override
|
||||
public List<AP0AE> selectAllAP0AE() {
|
||||
public List<AP0AE> selectOutNewData() {
|
||||
return this.aP0AEMapper.selectOutNewData();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user