From 9419faa169d5e4826f59e33d436a88ab8ad7dfea Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 28 May 2020 16:40:37 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin.git --- src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSku.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java similarity index 85% rename from src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSku.java rename to src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java index a94171d..ec1f804 100644 --- a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSku.java +++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java @@ -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