Commit 1b6facb6 authored by yanzg's avatar yanzg

身份证识别

parent a4262585
package com.yanzuoguang.dao;
import com.yanzuoguang.dao.impl.TableSqlCache;
import com.yanzuoguang.util.vo.DataDaoVo;
import com.yanzuoguang.util.vo.PageSizeData;
import com.yanzuoguang.util.vo.PageSizeReqVo;
......@@ -15,6 +16,13 @@ import java.util.List;
*/
public interface BaseDao {
/**
* 获取表结构
*
* @return 表结构
*/
TableSqlCache getTable();
/**
* 创建数据,当不传入了主键时,则会自动生成主键,传入时不会生成。
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment