admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
fanli/src/main/java/com/yeshi/fanli/exception/user/UserSystemCouponException.java
@@ -1,16 +1,16 @@
package com.yeshi.fanli.exception.user;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemCouponException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemCouponException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemCouponException() {
      super();
   }
}
package com.yeshi.fanli.exception.user;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemCouponException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemCouponException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemCouponException() {
      super();
   }
}