using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JNPF.Common.Filter;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
public class MESCollocationSchemeQueryInput : PageInputBase
{
///
/// 齐套出库主表
///
//public WmsCollocationSchemeH wmsCollocationSchemeH { get; set; }
///
/// 产品ID
///
public string material_id { get; set; }
///
/// 组织ID
///
public string org_id { get; set; }
}
}