Commit 03306c3c authored by yanzg's avatar yanzg

默认日期格式的支持

parent f87e9006
......@@ -18,6 +18,13 @@ public class MqInit<T> {
*/
private T data;
public MqInit() {
}
public MqInit(T data) {
this.data = data;
}
/**
* 当前数据
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment