模具维修

This commit is contained in:
qianjiawei
2023-11-30 16:30:52 +08:00
parent 325e1c8f07
commit defbe1243c
5 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.EquipMgr.Entities
{
public class MoldStartWxInput
{
public string? id { get; set; }
}
}