物料增加信息 工艺路线弹窗增加过滤
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Tnb.BasicData.Entities.Dto
|
||||
{
|
||||
public class VaildRouteOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string code { get; set; }
|
||||
|
||||
public string name { get; set; }
|
||||
|
||||
public DateTime? start_time { get; set; }
|
||||
|
||||
public DateTime? end_time { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user