Browse Source

cos地址修改

chunping 3 years ago
parent
commit
50a1a918f1

+ 3 - 3
mp-service/src/main/java/com/qs/mp/admin/domain/param/TicketBoxListVO.java

@@ -42,12 +42,12 @@ public class TicketBoxListVO {
   /**
   /**
    * 盲票包原价
    * 盲票包原价
    */
    */
-  private Integer boxPrice;
+  private Integer pkgPrice;
 
 
   /**
   /**
    * 盲票包售价
    * 盲票包售价
    */
    */
-  private Integer boxSalePrice;
+  private Integer pkgSalePrice;
 
 
   /**
   /**
    * 每包盲票张数
    * 每包盲票张数
@@ -87,5 +87,5 @@ public class TicketBoxListVO {
   /**
   /**
    * 上架时间
    * 上架时间
    */
    */
-  private Date putonTime;
+  private Date onTime;
 }
 }