- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace LYFZ.WeixinServiceDate.Model
- {
- public class Model_ShortMessageConfig
- {
- public Guid ID { get; set; }
- public string smc_EntID { get; set; }
- public string smc_SMAccount { get; set; }
- public string smc_SMPwd { get; set; }
- public DateTime smc_CreateTime { get; set; }
- }
- }
|