12.5修改

This commit is contained in:
赵辉
2025-12-05 21:42:06 +08:00
parent 5005f4291f
commit a950417939
31 changed files with 277 additions and 10 deletions
@@ -308,4 +308,7 @@ public class UserDriverDTO extends UserDTO {
@ApiModelProperty(name = "部门id")
private String departmentId;
@ApiModelProperty(name = "用户身份")
private Integer userIdentity;
}