|
@@ -283,6 +283,7 @@ class RemedicalModule extends ModuleBase {
|
|
|
required this.benignWithMalignant,
|
|
|
required this.clickAndSelectImage,
|
|
|
required this.scanQrCodeToShareReport,
|
|
|
+ required this.scanQrCodeToShareCourse,
|
|
|
required this.scanQrCodeToShareImage,
|
|
|
required this.copyLink,
|
|
|
required this.copySuccess,
|
|
@@ -609,6 +610,7 @@ class RemedicalModule extends ModuleBase {
|
|
|
benignWithMalignant: map.pick("benignWithMalignant"),
|
|
|
clickAndSelectImage: map.pick("clickAndSelectImage"),
|
|
|
scanQrCodeToShareReport: map.pick("scanQrCodeToShareReport"),
|
|
|
+ scanQrCodeToShareCourse: map.pick("scanQrCodeToShareCourse"),
|
|
|
scanQrCodeToShareImage: map.pick("scanQrCodeToShareImage"),
|
|
|
copyLink: map.pick("copyLink"),
|
|
|
copySuccess: map.pick("copySuccess"),
|
|
@@ -1489,6 +1491,9 @@ class RemedicalModule extends ModuleBase {
|
|
|
/// 扫描二维码,分享报告
|
|
|
final FTrStr scanQrCodeToShareReport;
|
|
|
|
|
|
+ /// 扫描二维码,分享课程
|
|
|
+ final FTrStr scanQrCodeToShareCourse;
|
|
|
+
|
|
|
/// 扫描二维码,分享图片
|
|
|
final FTrStr scanQrCodeToShareImage;
|
|
|
|