| | |
| | | public class ErpItems |
| | | { |
| | | public string Id { get; set; } |
| | | public string? Type { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? FSpecification { get; set; } |
| | | public string? FBaseUnitId { get; set; } |
| | | public double? FSafeStock { get; set; } |
| | | public double? FMaxStock { get; set; } |
| | | public double? FMinPackCount { get; set; } |
| | | public string? FSafeStock { get; set; } |
| | | public string? FMaxStock { get; set; } |
| | | public string? FMinPackCount { get; set; } |
| | | public string? FStockId { get; set; } |
| | | |
| | | public string? FTypeID { get; set; } |
| | | public string? FMaterialGroup { get; set; } |
| | | public string? FDescription { get; set; } |
| | | public decimal? FFinishReceiptOverRate { get; set; } |
| | | public string? FFinishReceiptOverRate { get; set; } |
| | | public string? FIssueType { get; set; } |
| | | public int? FIsBatchManage { get; set; } |
| | | public string? FIsBatchManage { get; set; } |
| | | public string? FPurchaserId { get; set; } |
| | | public string? FPurchaseUnitId { get; set; } |
| | | public string? FStoreUnitID { get; set; } |
| | |
| | | public string? FForbidStatus { get; set; } |
| | | public string? FErpClsID { get; set; } |
| | | public string? FWorkShopId { get; set; } |
| | | |
| | | public string? FPRODUCEUNITID { get; set; } |
| | | public string? FSUBCONUNITID { get; set; } |
| | | |
| | | public string? Type { get; set; } |
| | | public string? FCreateOrgId { get; set; } |
| | | public string? FUseOrgId { get; set; } |
| | | public string? FLOSSPERCENT { get; set; } |
| | | public string? FMnemonicCode { get; set; } |
| | | public string? FExpPeriod { get; set; } |
| | | public string? FColor { get; set; } |
| | | } |