WD_SIPSevInfo.cs 435 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace HNWD.Pregrant.Model
  6. {
  7. public class WD_SIPSevInfo : ModelBase
  8. {
  9. public String ID = "0";
  10. public string SIPSEV_IP = string.Empty;
  11. public string SIPSEV_MYSQLUSERNAME = string.Empty;
  12. public string SIPSEV_MYSQLPASSWORD = string.Empty;
  13. public string SIPSEV_DATETIME = string.Empty;
  14. }
  15. }