package com.gk.hotwork.doublePrevention.entity.dto.query.db; import java.io.Serializable; public class OwnRectifyPageDBQuery implements Serializable { private Long currentUid; public Long getCurrentUid() { return currentUid; } public void setCurrentUid(Long currentUid) { this.currentUid = currentUid; } }