黑名单信息管理修改
parent
ea49e1fed9
commit
5b1fee103a
@ -1,21 +0,0 @@
|
||||
package com.nmgs.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@TableName("white_vehicle_class")
|
||||
public class WhiteVehicleClass {
|
||||
@TableField("VALUE")
|
||||
private String value;
|
||||
@TableField("TEXT")
|
||||
private String text;
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -1,20 +0,0 @@
|
||||
package com.nmgs.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@TableName("white_vehicle_type")
|
||||
public class WhiteVehicleType {
|
||||
@TableField("VALUE")
|
||||
private String value;
|
||||
@TableField("TEXT")
|
||||
private String text;
|
||||
|
||||
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<!-- <link rel="icon" href="/favicon.ico"/>-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./hdmap/hdmap.css">
|
||||
|
||||
<script type="text/javascript" src="./hdmap/hdmap.js"></script>
|
||||
<script type="text/javascript" src="./bmapOffline/map_load.js"></script>
|
||||
<script type="text/javascript" src="./bmapOffline/HeatMap_min.js"></script>
|
||||
<title></title>
|
||||
<script type="module" crossorigin src="./assets/index.26015c73.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index.32a5b7eb.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" style="border: none">
|
||||
<div class="loading_index" style="border: none">
|
||||
<div class="loading-wrap" style="border: none">
|
||||
<div class="loading-dots" style="border: none">
|
||||
<span class="dot dot-spin">
|
||||
<i></i>
|
||||
<i></i>
|
||||
<i></i>
|
||||
<i></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="loading-title">
|
||||
正在缓冲...
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue