生产投料

This commit is contained in:
2024-06-28 11:09:03 +08:00
parent df0be4e15d
commit 8a13c5d593
4 changed files with 93 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public string code { get; set; }
public string carry_code { get; set; }
public string create_id { get; set; }
public string station_id { get; set; }
public string create_time { get; set; }
}