快乐的昕的电脑
2025-12-01 ce9ce75d289be1f45d6e7e8d40e95ec7c8f357b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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; }
}