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