|
@@ -21,7 +21,7 @@ public class SysPostVo {
|
|
|
* 岗位Id。
|
|
|
*/
|
|
|
@ApiModelProperty(value = "岗位Id")
|
|
|
- private Long postId;
|
|
|
+ private String postId;
|
|
|
|
|
|
/**
|
|
|
* 岗位名称。
|
|
@@ -45,7 +45,7 @@ public class SysPostVo {
|
|
|
* 创建者Id。
|
|
|
*/
|
|
|
@ApiModelProperty(value = "创建者Id")
|
|
|
- private Long createUserId;
|
|
|
+ private String createUserId;
|
|
|
|
|
|
/**
|
|
|
* 创建时间。
|
|
@@ -57,7 +57,7 @@ public class SysPostVo {
|
|
|
* 更新者Id。
|
|
|
*/
|
|
|
@ApiModelProperty(value = "更新者Id")
|
|
|
- private Long updateUserId;
|
|
|
+ private String updateUserId;
|
|
|
|
|
|
/**
|
|
|
* 更新时间。
|