- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbModels.Models
- {
- public partial class TPayterm
- {
- public uint PayDevId { get; set; }
- public byte? PayType { get; set; }
- public byte? Protocl { get; set; }
- public string Address { get; set; }
- }
- }
|