修复高危漏洞接口——对外放行的,把岗位id加密
This commit is contained in:
@@ -215,4 +215,8 @@ public class Job extends BaseEntity
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty("区划名称")
|
||||
private String regionName;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty("加密jobid")
|
||||
private String encryptJobId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user