Model_ShortMessageTemple.cs 374 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace LYFZ.WeixinServiceDate.Model
  6. {
  7. public class Model_ShortMessageTemple
  8. {
  9. public Guid ID { get; set; }
  10. public string smt_EntID { get; set; }
  11. public string smt_TempleText { get; set; }
  12. public DateTime smt_CreateTime { get; set; }
  13. }
  14. }