薪资档案改个pageid

This commit is contained in:
钱涛 2023-10-25 10:14:33 +08:00
parent cf2d2552a2
commit adc8bce395
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import java.util.Date;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@SalaryTable(pageId = "a4f85287-9876-4d11-adn9-7d06e54y6rj8", tableType = WeaTableType.CHECKBOX, operates = {
@SalaryTable(pageId = "a4f85287-1451-4d11-09b2-7d02554y6rj8", tableType = WeaTableType.CHECKBOX, operates = {
@SalaryTableOperate(index = "0", text = "编辑"),
@SalaryTableOperate(index = "1", text = "删除")
})