Unverified Commit 1a6985be by bianxin Committed by GitHub

Update README.md

parent e3c37210
......@@ -36,6 +36,9 @@ CREATE TABLE `order` (
要求必须有表注释,要求必须有主键为id,切为bigint,所有字段必须有注释(便于生成java注释)。
# 生成的实体类
生成方法参考源码中的:https://github.com/flying-cattle/mybatis-dsc-generator/blob/master/src/main/java/com/github/mybatis/test/TestMain.java
# 生成的实体类
``` java
/**
* @filename:Order 2018年7月5日
......
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