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

Commit 4eb0a10d authored by anjiabin's avatar anjiabin

修改galaxy api相关

parent 971f01de
...@@ -17,7 +17,7 @@ import java.util.List; ...@@ -17,7 +17,7 @@ import java.util.List;
* @Copyright: LightNet @ Copyright (c) 2021 * @Copyright: LightNet @ Copyright (c) 2021
* @date 2022/3/28 11:22 * @date 2022/3/28 11:22
*/ */
@ApiModel(value = "GalaxyNftPublishResultQueryRespDto", description = "NFT发行结果查询") @ApiModel(value = "GalaxyNftPublishAndBuyResultBatchQueryRespDto", description = "NFT发行结果查询")
@Data @Data
public class GalaxyNftPublishAndBuyResultBatchQueryRespDto implements Serializable,Cloneable { public class GalaxyNftPublishAndBuyResultBatchQueryRespDto implements Serializable,Cloneable {
......
...@@ -16,7 +16,7 @@ import java.io.Serializable; ...@@ -16,7 +16,7 @@ import java.io.Serializable;
* @Copyright: LightNet @ Copyright (c) 2021 * @Copyright: LightNet @ Copyright (c) 2021
* @date 2022/3/28 11:22 * @date 2022/3/28 11:22
*/ */
@ApiModel(value = "GalaxyNftPublishResultQueryRespDto", description = "NFT发行结果查询") @ApiModel(value = "GalaxyNftPublishAndBuyResultQueryRespDto", description = "NFT发行结果查询")
@Data @Data
public class GalaxyNftPublishAndBuyResultQueryRespDto implements Serializable,Cloneable { public class GalaxyNftPublishAndBuyResultQueryRespDto implements Serializable,Cloneable {
......
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
* @Copyright: LightNet @ Copyright (c) 2021 * @Copyright: LightNet @ Copyright (c) 2021
* @date 2022/3/28 11:22 * @date 2022/3/28 11:22
*/ */
@ApiModel(value = "GalaxyNftPublishResultQueryRespDto", description = "NFT发行结果查询") @ApiModel(value = "GalaxyNftPublishAndBuyRouterBatchQueryRespDto", description = "NFT发行结果查询")
@Data @Data
public class GalaxyNftPublishAndBuyRouterBatchQueryRespDto implements Serializable,Cloneable { public class GalaxyNftPublishAndBuyRouterBatchQueryRespDto implements Serializable,Cloneable {
......
...@@ -16,7 +16,7 @@ import java.io.Serializable; ...@@ -16,7 +16,7 @@ import java.io.Serializable;
* @Copyright: LightNet @ Copyright (c) 2021 * @Copyright: LightNet @ Copyright (c) 2021
* @date 2022/3/10 20:46 * @date 2022/3/10 20:46
*/ */
@ApiModel(value = "GalaxyUserRegisterRespDto", description = "素材上传") @ApiModel(value = "GalaxyNftUploadRespDto", description = "素材上传")
@Data @Data
public class GalaxyNftUploadRespDto implements Serializable,Cloneable { public class GalaxyNftUploadRespDto implements Serializable,Cloneable {
@ApiModelProperty(position = 1, required = true, value = "skuId") @ApiModelProperty(position = 1, required = true, value = "skuId")
......
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