From db99fc12e2c9534970dd5112bb3f049dca020b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Fri, 15 Nov 2024 15:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E9=A1=B9=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/datacollection/dto/SpecialAddDeductionListDTO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/engine/salary/entity/datacollection/dto/SpecialAddDeductionListDTO.java b/src/com/engine/salary/entity/datacollection/dto/SpecialAddDeductionListDTO.java index c5444d2f5..5a993906f 100644 --- a/src/com/engine/salary/entity/datacollection/dto/SpecialAddDeductionListDTO.java +++ b/src/com/engine/salary/entity/datacollection/dto/SpecialAddDeductionListDTO.java @@ -134,7 +134,7 @@ public class SpecialAddDeductionListDTO { @Encrypt private String infantCare; - @SalaryTableColumn(text = "操作", width = "20%", column = "opts") - @TableTitle(title = "操作", dataIndex = "opts", key = "opts") + @SalaryTableColumn(text = "操作", width = "20%", column = "operate") + @TableTitle(title = "操作", dataIndex = "operate", key = "operate") private Set opts; }