namespace MES.Service.Dto.webApi;
|
|
public class ErpUnitMatrixing
|
{
|
|
public string FNumber { get; set; }
|
public decimal? FConvertMolecules { get; set; }
|
public decimal? FConvertDenominator { get; set; }
|
public string? FCurrentUnitId { get; set; }
|
public string? FForbidStatus { get; set; }
|
|
public string? Type { get; set; }
|
}
|