From cc9d558c8cda42d53be7b4545d2f33db26edf777 Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Thu, 28 May 2020 16:46:18 +0800 Subject: [PATCH] Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin.git --- src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformSymbolsSku.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java similarity index 76% rename from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformSymbolsSku.java rename to src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java index 268f301..ec1f804 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformSymbolsSku.java +++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java @@ -1,4 +1,4 @@ -package com.xcong.excoin.modules.coin.entity; +package com.xcong.excoin.modules.platform.entity; import java.io.Serializable; @@ -13,7 +13,7 @@ */ @Data @TableName("platform_symbols_sku") -public class PlatformSymbolsSku implements Serializable { +public class PlatformSymbolsSkuEntity implements Serializable { /** * */ @@ -27,6 +27,6 @@ /** * 规格 */ - private String sku; + private String lotnumber; } -- Gitblit v1.9.1