You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
993 B
C#
40 lines
993 B
C#
namespace Admin.Core.Model.ViewModels;
|
|
|
|
public class MesDownLoadPlanList
|
|
{
|
|
/// <summary>
|
|
/// 配方编号
|
|
/// </summary>
|
|
public string No { get; set; }
|
|
|
|
/// <summary>
|
|
/// 批次号
|
|
/// </summary>
|
|
public string PId { get; set; }
|
|
|
|
/// <summary>
|
|
/// 产品名称
|
|
/// </summary>
|
|
public string ProductName { get; set; }
|
|
|
|
public string BinId { get; set; }
|
|
|
|
public string Material_Code { get; set; }
|
|
public string MaterialName { get; set; }
|
|
public string MaterialType { get; set; }
|
|
public string SetWeight { get; set; }
|
|
public string SetError { get; set; }
|
|
public string Difference { get; set; }
|
|
public string Fixed { get; set; }
|
|
public string FixedRatio { get; set; }
|
|
public string PumpCode { get; set; }
|
|
public string Weighbridge { get; set; }
|
|
public string Recipe { get; set; }
|
|
public string Remark { get; set; }
|
|
|
|
public string Tare { get; set; }
|
|
|
|
public string MainId { get; set; }
|
|
|
|
|
|
} |