模具领用归还
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class ToolMoldRequisitionListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string? code { get; set; } = string.Empty;
|
||||
public string? mold_id { get; set; } = string.Empty;
|
||||
public string? mo_task_id { get; set; } = string.Empty;
|
||||
public string? equip_id { get; set; } = string.Empty;
|
||||
public string? recipient_id { get; set; } = string.Empty;
|
||||
public string? estimated_return_time { get; set; } = string.Empty;
|
||||
public string? requisition_time { get; set; } = string.Empty;
|
||||
public string? remark { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user