|
@@ -335,6 +335,8 @@ class ErrorCodesModule extends ModuleBase {
|
|
|
required this.errorCode7088,
|
|
|
required this.errorCode9019,
|
|
|
required this.errorCode9020,
|
|
|
+ required this.errorCode9025,
|
|
|
+ required this.errorCode9026,
|
|
|
});
|
|
|
|
|
|
static const ModuleName = "errorCodes";
|
|
@@ -673,6 +675,8 @@ class ErrorCodesModule extends ModuleBase {
|
|
|
errorCode7088: map.pick("errorCode7088"),
|
|
|
errorCode9019: map.pick("errorCode9019"),
|
|
|
errorCode9020: map.pick("errorCode9020"),
|
|
|
+ errorCode9025: map.pick("errorCode9025"),
|
|
|
+ errorCode9026: map.pick("errorCode9026"),
|
|
|
);
|
|
|
}
|
|
|
|
|
@@ -1669,9 +1673,15 @@ class ErrorCodesModule extends ModuleBase {
|
|
|
/// 数据重复
|
|
|
final FTrStr errorCode9019;
|
|
|
|
|
|
- /// License配置过期,需前往系统设置->产品密钥重新激活软件
|
|
|
+ /// 未读取到有效的License信息,请至管理后台激活License。
|
|
|
final FTrStr errorCode9020;
|
|
|
|
|
|
+ /// 您已被移出该项目
|
|
|
+ final FTrStr errorCode9025;
|
|
|
+
|
|
|
+ /// 该项目不存在
|
|
|
+ final FTrStr errorCode9026;
|
|
|
+
|
|
|
@override
|
|
|
getProp(String propName) {
|
|
|
// TODO: implement getProp
|