修改以前的垃圾代码

This commit is contained in:
xuetao.li
2023-04-18 15:46:20 +08:00
parent e796a0000e
commit 4ce40d9553
528 changed files with 35 additions and 113978 deletions
@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<mappings xmlns="http://dozer.sourceforge.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://dozer.sourceforge.net
http://dozer.sourceforge.net/schema/beanmapping.xsd">
<!--由于VO 和 EO 字段名称非完全对应,且有的字段类型不一样,所有需要依靠dozer进行转换-->
<!--调用时依靠Controller 中
@Resource private BeanMapper beanMapper 进行自动装配,然后调用相应方法进行匹配-->
<mapping>
<!--菜单对应实体类-->
<class-a>com.adc.da.sys.entity.MenuEO</class-a>
<class-b>com.adc.da.sys.vo.MenuVO</class-b>
</mapping>
<mapping date-format="yyyy-MM-dd HH:mm:ss">
<!--日志对应实体类,存在时间格式转换 -->
<class-a>com.adc.da.log.entity.LogEO</class-a>
<class-b>com.adc.da.log.vo.LogVO</class-b>
</mapping>
</mappings>