namespace MES.Service.Dto.webApi;
|
|
public class ErpUnitMatrixing
|
{
|
public string? Type { get; set; }
|
public string? Id { get; set; }
|
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? remark1 { get; set; }
|
public string? remark2 { get; set; }
|
public string? remark3 { get; set; }
|
public string? remark4 { get; set; }
|
public string? remark5 { get; set; }
|
public string? FUseOrgId { get; set; }
|
public string? FCreateOrgId { get; set; }
|
}
|