shichongfu
2023-05-26 1fdfc38d8358da5011c309dd711994b05a1f486c
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);
}