using Forks.EnterpriseServices.DomainObjects2; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ButcherManage.BO { [MapToTable("Butcher_ProductBatch")] public class ProductBatch : BaseInfo { public DateTime? Date { get; set; } } }