feat:[REQ-3282] 创建基础的对象
This commit is contained in:
parent
0ab26252ce
commit
771422849e
@ -0,0 +1,10 @@
|
||||
package cn.axzo.orgmanax.infra.dao.cooperateship.convert;
|
||||
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.factory.Mappers;
|
||||
|
||||
@Mapper
|
||||
public interface SaasCooperateShipInfraConvert {
|
||||
|
||||
SaasCooperateShipInfraConvert INSTANCE = Mappers.getMapper(SaasCooperateShipInfraConvert.class);
|
||||
}
|
||||
@ -1,8 +1,9 @@
|
||||
package cn.axzo.orgmanax.infra.dao.nodeuser.convert;
|
||||
|
||||
import cn.axzo.orgmanax.infra.dao.node.convert.NodeInfraConvert;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.factory.Mappers;
|
||||
|
||||
@Mapper
|
||||
public interface OrgNodeUserInfraConvert {
|
||||
|
||||
OrgNodeUserInfraConvert INSTANCE = Mappers.getMapper(OrgNodeUserInfraConvert.class);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user