TPayterm.cs 323 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TPayterm
  6. {
  7. public uint PayDevId { get; set; }
  8. public byte? PayType { get; set; }
  9. public byte? Protocl { get; set; }
  10. public string Address { get; set; }
  11. }
  12. }