目录调整

This commit is contained in:
2023-05-05 19:44:24 +08:00
parent 40bca59440
commit 7a183ccd94
54 changed files with 22 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
namespace Tnb.BasicData.Entities.Dto
{
public class MbomListOutput
{
public string id { get; set; }
public string ebom_id { get; set; }
public string num { get; set; }
public string unit_id { get; set; }
public string version { get; set; }
public string start_time { get; set; }
public string end_time { get; set; }
public string material_id { get; set; }
public string material_id_id { get; set; }
public string route_id { get; set; }
public string route_id_id { get; set; }
public string is_first { get; set; }
}
}