| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// å°åºå· |
| | | /// æ¥éª¤åºå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int SetpNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»å« |
| | | /// çç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string CraftType { get; set; } |
| | |
| | | /// <summary> |
| | | /// å·¥ä½åå夿¥éª¤ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 255)] |
| | | [SugarColumn(IsNullable = true, Length = 500)] |
| | | public string CraftsStep { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å·¥èºå
·ä½å
容 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 255)] |
| | | [SugarColumn(IsNullable = true, Length = 2000)] |
| | | public string CraftContent { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å·¥å
· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | [SugarColumn(IsNullable = true, Length = 200)] |
| | | public string Tools { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç©æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | [SugarColumn(IsNullable = true, Length = 200)] |
| | | public string Material { get; set; } |
| | | |
| | | |
| | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string ArticleTwo { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// éè¦æå ç§ä¸åçå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int TorqueSum { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç¹ä½åæ XYZ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string PointAxisXYZ { get; set; } |
| | | /// <summary> |
| | | /// ç¹ä½åæ HPB |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string PointAxisHPB { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 模ååç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 100)] |
| | | public string ModuleName { get; set; } |
| | | |
| | | } |
| | | } |