com.zys.mybatis.converter.DefaultValue Maven / Gradle / Ivy
package com.zys.mybatis.converter;
/**
*
* @author zys
* @version 1.0
* @date 2021/3/26 9:47
*/
public interface DefaultValue {
T setDefault(Class> tClass, String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy