项目日志字段解释

This commit is contained in:
钱涛 2024-03-06 15:20:21 +08:00
parent 20d7266db9
commit 78c1d6f51c
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class SalaryItemPO {
/**
* 可见范围
*/
@ElogTransform(name = "可见范围")
private String taxAgentIds;
/**
@ -182,10 +183,12 @@ public class SalaryItemPO {
/**
* 排序
*/
@ElogTransform(name = "排序")
private Integer sortedIndex;
/**
* 宽度
*/
@ElogTransform(name = "宽度")
private Integer width;
}