字段管理不显示默认使用列

This commit is contained in:
钱涛 2023-05-17 14:59:12 +08:00
parent df07a8c9d1
commit 7ccf8cf607
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ public class SalaryFieldListDTO {
private String name;
//默认使用
@SalaryTableColumn(text = "默认使用", width = "10%", column = "useDefault")
@TableTitle(title = "默认使用",dataIndex = "useDefault",key = "useDefault")
// @SalaryTableColumn(text = "默认使用", width = "10%", column = "useDefault")
// @TableTitle(title = "默认使用",dataIndex = "useDefault",key = "useDefault")
private Integer useDefault;
//进位规则