namespace NewPdaSqlServer.Dto
|
{
|
public class ErpKc
|
{
|
public string? FMaterialId { get; set; }
|
public string? FStockId { get; set; }
|
public string? FMtoNo { get; set; }
|
public string? FLot { get; set; }
|
public string? FStockUnitId { get; set; }
|
public string? FBaseUnitId { get; set; }
|
public string? FStockStatusId { get; set; }
|
public string? FBASEQTY { get; set; }
|
public string? FSTOREURNOM { get; set; }
|
public string? FSTOREURNUM { get; set; }
|
public string? FStockOrgId { get; set; }
|
}
|
}
|