feat():修复数据处理

dev.gateway
ruyaxie 2024-10-07 09:12:10 +08:00
parent c5f79db964
commit 761fd61725
2 changed files with 1 additions and 4 deletions

View File

@ -35,7 +35,7 @@ public class EnterpriseCommon {
/** /**
* *
*/ */
private List<FenceGroup> fenceGroup; private List<CarAndGroupMiddle> carAndGroupMiddleList;
/** /**
* *

View File

@ -13,7 +13,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.util.Assert; import org.springframework.util.Assert;
import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
@ -34,7 +33,6 @@ public class SysCarServiceImpl
/** /**
* *
*
* @param id * @param id
* @return * @return
*/ */
@ -51,7 +49,6 @@ public class SysCarServiceImpl
/** /**
* *
*
* @param sysCarReq * @param sysCarReq
* @return * @return
*/ */