@@ -52,7 +52,8 @@ public class ZEngineeringMaterialsResetsVo implements Serializable {
/**
* 工程周期
*/
- @ExcelProperty(value = "工程周期")
+ @ExcelProperty(value = "工程周期", converter = ExcelDictConvert.class)
+ @ExcelDictFormat(dictType = "engin_cycle")
private String enginCycle;