| | |
| | | /// <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; } |
| | | |
| | | |