|
|
@@ -34,7 +34,7 @@ public class DynamicTbAuditRespVO {
|
|
|
|
|
|
@Schema(description = "项目分类", example = "1")
|
|
|
@ExcelProperty(value = "项目分类", converter = DictConvert.class)
|
|
|
- @DictFormat("system_template_init_data_classification") // TODO 代码优化:建议设置到对应的 DictTypeConstants 枚举类中
|
|
|
+ @DictFormat("pressure2_dynamic_project_type")
|
|
|
private Integer pjType;
|
|
|
|
|
|
@Schema(description = "版本号")
|