Commit 68cfe566 authored by yuanshuo's avatar yuanshuo

Merge branch 'master' of...

Merge branch 'master' of http://gitlab.91isoft.com:90/car-database/car-database-api into songyuanshuo
parents 95bd1d0a 4fcb519f
......@@ -31,4 +31,7 @@ public class TestObjectData {
@ApiModelProperty("排序")
private int sort;
@ApiModelProperty("分组标识")
private String flag;
}
......@@ -11,6 +11,7 @@
<result property="describe" column="describe" />
<result property="useCaseNo" column="use_case_no" />
<result property="sort" column="sort" />
<result property="flag" column="flag" />
</resultMap>
<sql id="TestObjectDataVo">
......
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