package com.dobbinsoft.fw.core.entiy.inter; /** * ClassName: IdentityOwner * Description: 有身份的 * * @author: e-weichaozheng * @date: 2021-03-17 */ public interface IdentityOwner { public Long getId(); }