You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
using QMAPP.FJC.Entity.CompleteStatistics.Table;
|
|
using QMFrameWork.Data.Attributes;
|
|
|
|
namespace QMAPP.FJC.Entity.CompleteStatistics
|
|
{
|
|
/// <summary>
|
|
/// 零件条码对应关系
|
|
/// </summary>
|
|
[DBTable(TableName = "T_BD_MATERIAL_BARCODE_INFO", TimeStampColumn = "UPDATETIME")]
|
|
public class MaterialBarcodeInfo : T_BD_MATERIAL_BARCODE_INFO
|
|
{
|
|
}
|
|
}
|
|
|