package com.yanzuoguang.util.vo; /** * 初始化Dao数据 * @author 颜佐光 */ public interface InitRemoveDao { /** * 初始化数据,去掉空值 */ void initRemove(); }