test:(更改了车辆查询的列表)
parent
09b5d7562f
commit
94b0255fc1
|
@ -6,6 +6,7 @@ import com.muyu.networking.mapper.EntInfoMapper;
|
|||
import com.muyu.networking.service.EntInfoService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.data.annotation.AccessType;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
@ -16,6 +17,7 @@ import java.util.List;
|
|||
* @Author: zhangxu
|
||||
* @Created: 2024/6/10 20:56
|
||||
*/
|
||||
@Service
|
||||
public class EntInfoServiceImpl extends ServiceImpl<EntInfoMapper, EntInfo> implements EntInfoService {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue