Forráskód Böngészése

fix: 删除无用依赖

YPLee 6 éve
szülő
commit
ef60cf4ae3

+ 0 - 1
src/main/java/com/example/hotel/controller/coupon/CouponController.java

@@ -5,7 +5,6 @@ import com.example.hotel.vo.CouponVO;
 import com.example.hotel.vo.HotelTargetMoneyCouponVO;
 import com.example.hotel.vo.OrderVO;
 import com.example.hotel.vo.ResponseVO;
-import com.sun.tools.corba.se.idl.constExpr.Or;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 

+ 0 - 1
src/main/java/com/example/hotel/po/Coupon.java

@@ -1,5 +1,4 @@
 package com.example.hotel.po;
-import java.sql.Timestamp;
 import java.time.LocalDateTime;