移除无用VO及其其他

This commit is contained in:
hupeng
2020-06-28 14:00:18 +08:00
parent f29b38947b
commit f7a79714d5
27 changed files with 93 additions and 858 deletions

View File

@ -8,7 +8,7 @@
<trim-strings>false</trim-strings>
<!-- 自定义的枚举与Integer转换器, 下节介绍 -->
<!--<custom-converters>
<converter type="com.dongao.beacon.ds.web.admin.tookit.EnumIntegerBiDirectionalDozerConverter">
<converter type="com.dongao.beacon.ds.rest.admin.tookit.EnumIntegerBiDirectionalDozerConverter">
<class-a>java.lang.Enum</class-a>
<class-b>java.lang.Integer</class-b>
</converter>