using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
///
/// Mes检验后回传输入参数
///
public class MesCheckdCallbackUpinput
{
///
/// 主表Id
///
public string maintableid { get; set; }
///
/// 检验结论
///
public int check_conclusion { get; set; }
}
}