Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Sep 3, 2023
1 parent 247be4c commit d04001a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public interface MpMenuConvert {
@Mappings({
@Mapping(source = "menuKey", target = "key"),
@Mapping(source = "children", target = "subButtons"),
@Mapping(source = "miniProgramAppId", target = "appId"),
@Mapping(source = "miniProgramPagePath", target = "pagePath"),
})
WxMenuButton convert(MpMenuSaveReqVO.Menu bean);

Expand Down

0 comments on commit d04001a

Please sign in to comment.