喷码贴标新增批号
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities
|
||||
{
|
||||
[SugarTable("label_record")]
|
||||
public class LableRecord : BaseEntity<string>
|
||||
{
|
||||
public string last_day { get; set; }
|
||||
|
||||
public int num { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user