using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JSMachine.WMS.RPC.ErpRPC.Dto.In.BusinessParam
{
///
/// 备纸端,推荐纸卷参数
///
public class PaperRecommendParam
{
///
/// 推荐卷数
///
public int Model { get; set; }
///
/// 需求重量
///
public double WantWeigth { get; set; }
}
}