| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Numeric; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | |
| | | /// <summary> |
| | | /// åè£
ä½äº§åé¿åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½äº§åé¿åº¦")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits =2, ColumnDescription = "åè£
ä½äº§åé¿åº¦")] |
| | | public decimal ProductLength { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// åè£
ä½èªå¨æ§ç´§æå¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½èªå¨æ§ç´§æå¼")] |
| | | public decimal DintAutoScrewOn { get; set; } |
| | | public int DintAutoScrewOn { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Xåç§»è·ç¦»1 |
| | |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Zé«åº¦3")] |
| | | public decimal YDirectionHeight3 { get; set; } |
| | | |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_BoxingDetail.BoxingId), nameof(Id))] |
| | | public List<Dt_BoxingDetail> Details { get; set; } |
| | | [SugarColumn(IsIgnore = true)]//ä¸å䏿°æ®åºæ å°ï¼æµè¯ä½¿ç¨ |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_FormulaDetail.FormulaId), nameof(Id))] |
| | | public List<Dt_FormulaDetail> Details { get; set; } |
| | | } |
| | | } |