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