/*
 * data类，数据schema检查等，未完成
 */
Fangbole.DB = {};
Fangbole.DB.check = function(data, schema){
	return true;
}
