提交 ae0b9b37 authored 作者: 祁增奎's avatar 祁增奎

Merge branch 'master' into 20250224_app_privacyInfo

无相关合并请求
......@@ -65,7 +65,7 @@ class MessageData {
textVo = json['textVo'] != null ? TextVo.fromJson(json['textVo']) : null;
}
num? id;
String? id;
String? messageNo;
String? accessKey;
String? companyNo;
......@@ -94,7 +94,7 @@ class MessageData {
bool get isHand => status == 10;
MessageData copyWith({
num? id,
String? id,
String? messageNo,
String? accessKey,
String? companyNo,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论