namespace wcftest.orm
|
{
|
using System;
|
using System.Collections.Generic;
|
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations.Schema;
|
using System.Data.Entity.Spatial;
|
|
public partial class Qimen_DeliveryOrder_Batch_OrderLines
|
{
|
[Key]
|
public long DeliveryOrdersList_Id { get; set; }
|
|
public long DeliveryOrders_Id { get; set; }
|
|
public string ExpandFields { get; set; }
|
}
|
}
|