From fb73002d31a565e65df8da36af8f3a0e20a21e9d Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Mon, 13 Jul 2020 11:10:41 +0800 Subject: [PATCH] Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin.git --- src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java index aaa695a..8a6f509 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java +++ b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java @@ -13,6 +13,11 @@ @ApiModel(value = "OrderWalletCoinVo", description = "订单详情") public class OrderWalletCoinVo { /** + * 订单ID + */ + @ApiModelProperty(value = "ID") + private Long id; + /** * 订单编号 */ @ApiModelProperty(value = "订单编号") -- Gitblit v1.9.1