视觉设备判定记录
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.Common.Contracts;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// 视觉设备判定结果记录表
|
||||
/// </summary>
|
||||
public class PrdVisionResultRecord : BaseEntity<string>
|
||||
{
|
||||
public string info { get; set; }
|
||||
public string result { get; set; }
|
||||
public int num { get; set; }
|
||||
public DateTime create_time { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user