Files
2023-11-06 19:35:59 +08:00

9 lines
187 B
C#

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