| | |
| | | /// 物料名称 |
| | | /// </summary> |
| | | public string ITEM_NAME { get; set; } |
| | | /// <summary> |
| | | /// 物料描述 |
| | | /// </summary> |
| | | public string ITEM_DESC { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物品分类代码 |
| | |
| | | /// 单位 |
| | | /// </summary> |
| | | public string UNIT { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 产品类型 |
| | | /// </summary> |
| | | public string PROD_TYPE { get; set; } |
| | | /// <summary> |
| | | /// 是否成品(Y/N) |
| | | /// </summary> |
| | | public string IS_PROD { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否启用(Y/N) |
| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FieldName { get; set; } |
| | | */ |
| | | /// <summary> |
| | | /// 预存天数 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal DepositDays { get; set; } |
| | | |
| | | #endregion 虚拟属性 |
| | | |