|
|
@@ -7,6 +7,7 @@ import com.izouma.nineth.repo.UserPropertyRepo;
|
|
|
import com.izouma.nineth.repo.UserRepo;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Data;
|
|
|
+import lombok.NoArgsConstructor;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
@@ -44,6 +45,8 @@ public class EventMgmtService {
|
|
|
}
|
|
|
|
|
|
@Data
|
|
|
+ @AllArgsConstructor
|
|
|
+ @NoArgsConstructor
|
|
|
public class VipPointDTO {
|
|
|
@ExcelProperty("用户ID")
|
|
|
private Long userId;
|