init
parent
25e8d05b1c
commit
3ba078131f
|
|
@ -31,7 +31,6 @@ public interface OrgPersonnelConvertor {
|
||||||
@Mapping(target = "orgId", ignore = true)
|
@Mapping(target = "orgId", ignore = true)
|
||||||
@Mapping(target = "tenantId", ignore = true)
|
@Mapping(target = "tenantId", ignore = true)
|
||||||
@Mapping(target = "deleteEnum", ignore = true)
|
@Mapping(target = "deleteEnum", ignore = true)
|
||||||
@Mapping(target = "basicDisciplineMajorId", ignore = true)
|
|
||||||
OrgPersonnelEntity toEntity(OrgPersonnelAddCmd cmd);
|
OrgPersonnelEntity toEntity(OrgPersonnelAddCmd cmd);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -39,7 +38,5 @@ public interface OrgPersonnelConvertor {
|
||||||
*/
|
*/
|
||||||
@Mapping(target = "orgId", ignore = true)
|
@Mapping(target = "orgId", ignore = true)
|
||||||
@Mapping(target = "deleteEnum", ignore = true)
|
@Mapping(target = "deleteEnum", ignore = true)
|
||||||
@Mapping(target = "technicalDirectorFlag", ignore = true)
|
|
||||||
@Mapping(target = "processControlLeaderFlag", ignore = true)
|
|
||||||
OrgPersonnelEntity toEntity(OrgPersonnelModifyCmd cmd);
|
OrgPersonnelEntity toEntity(OrgPersonnelModifyCmd cmd);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue