test:(更改了车辆查询的列表)

dev
zhang xu 2024-06-14 22:31:11 +08:00
parent 09b5d7562f
commit 94b0255fc1
1 changed files with 2 additions and 0 deletions

View File

@ -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 {