public Post_model Post_model; //原贴类,拥有原贴的信息 /// <summary> /// 构造函数 /// </summary> public Collect_model() { Collector = new User_model(); Post_model = new Post_model(); }
public Post_model Post_model; //原贴类,拥有原贴的信息 /// <summary> /// 构造函数 /// </summary> public ReplyPost_model() { Commenter = new User_model(); Post_model = new Post_model(); }