仪表盘
版本库
文件存储
活动
搜索
登录
product
/
product-server-administration/V2.0.0
product-server-administration
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
会议室功能注解优化8.20
18756
2024-08-20
cb0b01e7bcd67dec90ca0257fd00894f3bb307a9
[product/product-server-administration/V2.0.0.git]
/
src
/
main
/
java
/
com
/
product
/
administration
/
service
/
ide
/
IVehicleInfoService.java
1
2
3
4
5
6
7
8
9
10
package
com
.
product
.
administration
.
service
.
ide
;
import
com
.
product
.
core
.
entity
.
FieldSetEntity
;
public
interface
IVehicleInfoService
{
String
saveVehicleInfo
(
FieldSetEntity
fs
);
boolean
deleteVehicleInfo
(
FieldSetEntity
fs
);
}