initial add
This commit is contained in:
12
Fab2ApprovalSystem/Misc/LotNoTemplate.cs
Normal file
12
Fab2ApprovalSystem/Misc/LotNoTemplate.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Fab2ApprovalSystem.Misc
|
||||
{
|
||||
public class LotNoTemplate
|
||||
{
|
||||
public string LotNo { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user