Skip to content

Commit

Permalink
del un_use property
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 1, 2020
1 parent 5a3faa4 commit 44d0311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mybatis-3-mapper.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<!ATTLIST result
langType CDATA #IMPLIED
column CDATA #IMPLIED

version_enable CDATA #IMPLIED
logic_enable CDATA #IMPLIED
logic_deleted CDATA #IMPLIED
Expand Down Expand Up @@ -97,21 +96,13 @@
<!ELEMENT update (#PCDATA | include | trim | where | set | foreach | choose | if | bind)*>
<!ATTLIST update
id CDATA #REQUIRED


useGeneratedKeys (true|false) #IMPLIED


lang CDATA #IMPLIED
>
<!--sets指定值(例如 sets="name?name = #{name}" )会更新对应值,否则为""设置全部属性-->
<!ELEMENT updateTemplete (#PCDATA | include | trim | where | set | foreach | choose | if | bind)*>
<!ATTLIST updateTemplete
id CDATA #IMPLIED
resultMap (BaseResultMap) #IMPLIED
useGeneratedKeys (true|false) #IMPLIED


lang CDATA #IMPLIED
tables CDATA #IMPLIED
sets CDATA #IMPLIED
Expand Down

0 comments on commit 44d0311

Please sign in to comment.