提交 fa945471 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 9046f1b3
...@@ -14,6 +14,7 @@ public interface AccountInheritMapping { ...@@ -14,6 +14,7 @@ public interface AccountInheritMapping {
@Mapping(source ="accountid",target = "customerid"), @Mapping(source ="accountid",target = "customerid"),
@Mapping(source ="accountname",target = "customername"), @Mapping(source ="accountname",target = "customername"),
@Mapping(target ="focusNull",ignore = true), @Mapping(target ="focusNull",ignore = true),
@Mapping(source ="businesstypecode",target = "businesstypecode"),
}) })
IncidentCustomer toIncidentcustomer(Account account); IncidentCustomer toIncidentcustomer(Account account);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册