shichongfu
2023-06-06 1f29ebaf549bb9616aaf904aba2fc89f3482b91a
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);
}