Commit c1051c25 authored by 高滢's avatar 高滢

分组标识

parent beb1b944
...@@ -31,4 +31,7 @@ public class TestObjectData { ...@@ -31,4 +31,7 @@ public class TestObjectData {
@ApiModelProperty("排序") @ApiModelProperty("排序")
private int sort; private int sort;
@ApiModelProperty("分组标识")
private int flag;
} }
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<result property="describe" column="describe" /> <result property="describe" column="describe" />
<result property="useCaseNo" column="use_case_no" /> <result property="useCaseNo" column="use_case_no" />
<result property="sort" column="sort" /> <result property="sort" column="sort" />
<result property="flag" column="flag" />
</resultMap> </resultMap>
<sql id="TestObjectDataVo"> <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