All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nbsaas.boot.no.api.domain.simple.NoSequenceSimple Maven / Gradle / Ivy

The newest version!
package com.nbsaas.boot.no.api.domain.simple;

import java.io.Serializable;
import java.util.Date;
import java.math.BigDecimal;
import lombok.Data;

/**
* 订单-列表对象
*/
@Data
public class NoSequenceSimple implements Serializable {

/**
* 序列化参数
*/
private static final long serialVersionUID = 1L;




            /**
            * 生成器key
            **/
                private String stepKey;

            /**
            * 当前值
            **/
                private Long curStep;

            /**
            * 步长
            **/
                private Integer step;

            /**
            * 主键id
            **/
                private Long id;

            /**
            * 创建时间
            **/
                private Date addDate;

            /**
            * 最新修改时间
            **/
                private Date lastDate;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy