From 80662b34fe93b4ede00c7fc03fbd9f01355c94e2 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 07 四月 2025 13:52:17 +0800 Subject: [PATCH] 修改任务接口 --- business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java b/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java index 398e299..b8b6eb4 100644 --- a/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java +++ b/business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java @@ -21,13 +21,16 @@ @ExcelProperty(value = "椤圭洰绫诲瀷") private String projectType; + @ExcelProperty(value = "椤圭洰瀛愮被鍨�") + private String projectSubType; + @ExcelProperty(value = "寤鸿鍐呭") private String content; @ExcelProperty(value = "涓氫富鍗曚綅") private String projectOwnerUnit; - @ExcelProperty(value = "涓荤閮ㄩ棬") + @ExcelProperty(value = "椤圭洰涓荤閮ㄩ棬") private String competentDepartment; @ExcelProperty(value = "璁″垝寮�宸ユ椂闂�") @@ -39,9 +42,9 @@ @ExcelProperty("骞村害鎶曡祫閲戦") private BigDecimal tzje; - @ExcelProperty("琛屼笟涓荤閮ㄩ棬") - private String hyzgbm; +// @ExcelProperty("琛屼笟涓荤閮ㄩ棬") +// private String hyzgbm; - @ExcelProperty(value = "琛屾斂鍖哄垝") + @ExcelProperty(value = "琛屾斂鍖哄煙") private String area; } -- Gitblit v1.8.0