Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/CheckMoldInput.cs
2023-09-20 11:32:00 +08:00

9 lines
195 B
C#

namespace Tnb.ProductionMgr.Entities.Entity
{
public class CheckMoldInput
{
public string mo_task_id { get; set; }
public string mold_qrcode { get; set; }
}
}