CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
343B

  1. namespace CnasSynchrousModel
  2. {
  3. public class DmOpenParams
  4. {
  5. public string StrHost { get; set; }
  6. public string StrServer { get; set; }
  7. public string StrUser { get; set; }
  8. public string StrPwd { get; set; }
  9. public string StrPort { get; set; }
  10. public DmAutoSql autoSql { get; set; }
  11. }
  12. }