nilupeng
2022-08-09 c504d9b9e12cad60dec083012fb5eeee16d9efeb
1
2
3
4
5
6
7
8
package com.runt.open.mvvm.ui.main.home;
 
/**
 * @purpose Created by Runt (qingingrunt2010@qq.com) on 2022/7/27.
 */
public class Message {
    public String id,title,content,cTime;
}