using BWP.B3Frameworks.BO;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace BWP.B3ClientService.BO
|
|
{
|
|
public class CarcassInventory : Base
|
|
{
|
|
public DateTime Date { get; set; }
|
|
|
|
public string BarCode { get; set; }
|
|
}
|
|
}
|