OtherPositionArgs.cs 179 B

12345678
  1. namespace SHJX.Service.Model.XmlModules
  2. {
  3. public class OtherPositionArgs
  4. {
  5. public string Name { get; set; }
  6. public string TagText { get; set; }
  7. }
  8. }