接口 SequenceService


public interface SequenceService
序列号接口服务
从以下版本开始:
1.1.7
作者:
mhuang
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    next(String name)
    获取序号
    获取序号
  • 方法详细资料

    • next

      long next(String name)
      获取序号
      参数:
      name - 序号名称
      返回:
      序号值
    • nextValue

      String nextValue(String name)
      获取序号
      参数:
      name - 序号名称
      返回:
      序号值