This commit is contained in:
2023-11-21 09:13:04 +08:00
parent 962df6c8de
commit 8f61e8d4a3
3 changed files with 12 additions and 1 deletions

View File

@@ -22,5 +22,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public string eqp_id { get; set; }
public string eqp_id_id { get; set; }
public string create_time { get; set; }
public int? schedule_type { get; set; }
}
}