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

weixin.popular.bean.scan.crud.TicketCheck Maven / Gradle / Ivy

package weixin.popular.bean.scan.crud;


import weixin.popular.bean.scan.base.ProductGet;


public class TicketCheck extends ProductGet {
    private String extinfo;

    public String getExtinfo() {
        return extinfo;
    }

    public void setExtinfo(String extinfo) {
        this.extinfo = extinfo;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy