package com.mfh.comn.bean; public interface IIntId extends IObject<Integer> { public Integer getId(); }