快乐的昕的电脑
10 天以前 f311876e3a1341c4051e0d8eb45032fd35407f3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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; }
}