- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace HNWD.Pregrant.Model
- {
- public class WD_MessageInfo : ModelBase
- {
- public String ID = "0";
- public string MESSAGE_CONTENT = string.Empty;
- public string MESSAGE_DATETIME = string.Empty;
- }
- }
|