模具退还
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.EquipMgr.Entities
|
||||
{
|
||||
public class ToolMoldReturnListOutput
|
||||
{
|
||||
public string? id { get; set; }
|
||||
public string? code { get; set; }
|
||||
public string? mold_id { get; set; }
|
||||
public string? return_id { get; set; }
|
||||
public string? location_id { get; set; }
|
||||
public string? location_id_id { get; set; }
|
||||
public string? return_time { get; set; }
|
||||
public string? remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user