bug
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
public class EqpMaintainRecordListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string code { get; set; }
|
||||
public string equip_id { get; set; }
|
||||
public string equip_id_id { get; set; }
|
||||
public string status { get; set; }
|
||||
|
||||
@@ -3,6 +3,7 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
public class ToolMoldMaintainRecordListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string code { get; set; }
|
||||
public string mold_id { get; set; }
|
||||
public string mold_id_id { get; set; }
|
||||
public string status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user