配置管理-机构管理-操作-禁用 点击后 无提示 无效果

This commit is contained in:
yanyizhou
2021-09-26 14:48:20 +08:00
parent 30c2b5de44
commit d2ad6b174c
@@ -143,9 +143,11 @@ public class TsUser extends BaseEntity {
private List<TsPosition> positions;
@ApiModelProperty("当前页")
@TableField(exist = false)
private Integer current;
@ApiModelProperty("每页条数")
@TableField(exist = false)
private Integer size;
public TsUser() {