生产bom工序表添加工艺路线子表id,esop
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
namespace Tnb.BasicData.Entities.Dto
|
||||
{
|
||||
public class ESopListOutput
|
||||
{
|
||||
public string id { get; set; } = string.Empty;
|
||||
public string code { get; set; } = string.Empty;
|
||||
public string name { get; set; } = string.Empty;
|
||||
public string mbom_id { get; set; } = string.Empty;
|
||||
public string mbom_process_id { get; set; } = string.Empty;
|
||||
public string version { get; set; } = string.Empty;
|
||||
public string enabled { get; set; } = string.Empty;
|
||||
public string attachment { get; set; } = string.Empty;
|
||||
public string? remark { get; set; }
|
||||
public string create_id { get; set; } = string.Empty;
|
||||
public string create_time { get; set; } = string.Empty;
|
||||
public string mbom_id_id { get; set; } = string.Empty;
|
||||
public string mbom_process_id_id { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user