ComplianceServer/oldcode/Core.Model/Entity/wx_excludeorder.cs

11 lines
185 B
C#

using System.ComponentModel.DataAnnotations;
namespace CRM.Core.Model.Entity
{
public class wx_excludeorder
{
[Key]
public int orderid { get; set; }
}
}