重写模具保养
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class ToolMoldMaintainRecordRepeatOutput
|
||||
{
|
||||
public ToolMoldMaintainRecordH? model { get; set; }
|
||||
|
||||
public List<ToolMoldMaintainRecordD>? details { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user