All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasc.open.api.v5_1.req.user.VehicleLicenseOcrReq Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.req.user;

import com.fasc.open.api.bean.base.BaseReq;

public class VehicleLicenseOcrReq extends BaseReq {
    private String imageBase64;
    private String backImageBase64;

    public String getImageBase64() {
        return imageBase64;
    }

    public void setImageBase64(String imageBase64) {
        this.imageBase64 = imageBase64;
    }

    public String getBackImageBase64() {
        return backImageBase64;
    }

    public void setBackImageBase64(String backImageBase64) {
        this.backImageBase64 = backImageBase64;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy