9 lines
195 B
C#
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; }
|
|
}
|
|
} |