xiaoyong931011
2020-05-28 9419faa169d5e4826f59e33d436a88ab8ad7dfea
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSkuEntity.java
File was renamed from src/main/java/com/xcong/excoin/modules/platform/entity/PlatformSymbolsSku.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;
}