/** * * <pre> * Copyright (C): 2012 * * Description: * 另一种实现,只是一个sample * * Revision History: * 2012-10-23 Administrator initial version. * * </pre> */ public class SequenceImpl implements ISequence { @Override public long getNextVal() { // TODO Auto-generated method stub return 11111; } }
最近下载更多