package com.yanzuoguang.util.vo;

/**
 * 初始化Dao数据
 * @author 颜佐光
 */
public interface InitDao {
    /**
     * 初始化数据,去掉空值
     */
    void init();
}