|
@@ -12,6 +12,7 @@ import lombok.experimental.Accessors;
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
|
|
+import java.io.Serializable;
|
|
import java.text.SimpleDateFormat;
|
|
import java.text.SimpleDateFormat;
|
|
import java.util.Calendar;
|
|
import java.util.Calendar;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
@@ -27,7 +28,7 @@ import java.util.Date;
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
@ApiModel(value = "ctop_oauth_token对象", description = "oauth授权码")
|
|
@ApiModel(value = "ctop_oauth_token对象", description = "oauth授权码")
|
|
-public class CtopOauthToken {
|
|
|
|
|
|
+public class CtopOauthToken implements Serializable {
|
|
|
|
|
|
/**
|
|
/**
|
|
* 主键ID
|
|
* 主键ID
|