| | |
| | | namespace Tiger.Model.MES.Yada |
| | | { |
| | | /// <summary> |
| | | /// 实体:mes_BomDetail |
| | | /// 实体:mes_BomDetail |
| | | /// </summary> |
| | | [Serializable] |
| | | [SugarTable("mes_BomDetail")] |
| | | public class mes_BomDetail : iViewEntity |
| | | { |
| | | #region 构造函数 |
| | | #region 构造函数 |
| | | /// <summary> |
| | | /// 实体:mes_BomDetail |
| | | /// 实体:mes_BomDetail |
| | | /// </summary> |
| | | public mes_BomDetail() {} |
| | | #endregion |
| | | |
| | | #region 公共属性 |
| | | #region 公共属性 |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public decimal UsageQty { get; set; } |
| | | public double UsageQty { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public decimal ParentQty { get; set; } |
| | | public double ParentQty { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public decimal SubPercent { get; set; } |
| | | public double SubPercent { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | public DateTime BomComponentModifiedOn { get; set; } = DateTime.MinValue; |
| | | #endregion |
| | | |
| | | #region 虚拟属性 |
| | | /*例子 |
| | | #region 虚拟属性 |
| | | /*例子 |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FieldName { get; set; } |
| | | */ |
| | | #endregion |
| | | |
| | | #region 枚举变量 |
| | | /*例子 |
| | | #region 枚举变量 |
| | | /*例子 |
| | | public enum FieldNames |
| | | { |
| | | [Description("枚举描述0")] |
| | | [Description("枚举描述0")] |
| | | Enum0, |
| | | [Description("枚举描述1")] |
| | | [Description("枚举描述1")] |
| | | Enum1, |
| | | } |
| | | */ |
| | | #endregion |
| | | |
| | | #region 公共方法 |
| | | #region 公共方法 |
| | | |
| | | #endregion |
| | | |