package com.yanzuoguang.util.vo; /** * 初始化查询条件数据 * * @author 颜佐光 */ public interface InitDaoQuery { /** * 初始化数据,去掉空值 */ void initCond(); }