18756
2024-09-02 2ea0de84776826ce0a7b37db0bbbc718284c6127
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);
}