| | |
| | | [SugarTable("Dt_TorqueOp", "æ¯æ¬¡æ§è¡æååå¨çå¼"), MultiTenant] |
| | | public class Dt_TorqueOp :BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int ID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 设å¤å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string DeviceCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡idï¼å®ä¹çä»»å¡idï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TakeId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é£ä¸ªç±»åæ³ææçï¼æºæ¢°/çµæ°/å°æ²ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string GroupOp { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥éª¤ï¼ä»»å¡è¡¨ä¸çå°æ¥éª¤ï¼ï¼ç¬¬å æ¥åå¨ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int ProcessSte { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åå¨å¼çå¤§å° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public float TorqueSize { get; set; } |
| | | |