许鹏程
2023-05-24 6c2c620999eaa5fcb353ebbbc6839c0d6a0122f7
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);
}