ConfigInfoMapper.java 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.example.mapper; import com.example.models.ConfigInfo; /** * Created by JA on 17/7/17. */ public interface ConfigInfoMapper { ConfigInfo get(); }