仪表盘
版本库
文件存储
活动
搜索
登录
product
/
product-server-administration/V2.0.0
product-server-administration
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master'
许鹏程
2024-08-22
56ea74f3d449c9821b3b02bad61178c03b1d7e9a
[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);
}