记得上下班打卡 | git大法好,push需谨慎

Commit a7fbcdec authored by anjiabin's avatar anjiabin

增加路由类型

parent d3f693fd
...@@ -69,6 +69,11 @@ public class GalaxyNftOrderVo implements Serializable,Cloneable { ...@@ -69,6 +69,11 @@ public class GalaxyNftOrderVo implements Serializable,Cloneable {
*/ */
private String nftBuyPayTaskId; private String nftBuyPayTaskId;
/**
* 路由类型
*/
private String routerType;
/** /**
* 创建时间 * 创建时间
*/ */
......
...@@ -108,6 +108,11 @@ public class GalaxySeriesInfoVo implements Serializable,Cloneable { ...@@ -108,6 +108,11 @@ public class GalaxySeriesInfoVo implements Serializable,Cloneable {
*/ */
private String nftHash; private String nftHash;
/**
* 路由类型
*/
private String routerType;
/** /**
* 创建时间 * 创建时间
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment