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

消息分库分表配合改动

上级 ef1d9230
......@@ -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,
......
name: clx_flutter_message
description: An in-app messaging plugin
version: 0.0.4
version: 0.0.5
homepage:
environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论