上模校验

This commit is contained in:
2023-09-20 11:32:00 +08:00
parent 3592d78fb5
commit f636b12517
2 changed files with 29 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.ProductionMgr.Entities.Entity
{
public class CheckMoldInput
{
public string mo_task_id { get; set; }
public string mold_qrcode { get; set; }
}
}