DefaultOption.cs 241 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace NXWMS.Service
  7. {
  8. public class DefaultOption
  9. {
  10. public string user_password { get; set; }
  11. }
  12. }