pull/5/head
lijiayao 2023-12-12 12:28:08 +08:00
parent 0aca1ef4e1
commit e641083b46
2 changed files with 2 additions and 7 deletions

View File

@ -3,13 +3,11 @@ package com.bwie.auth.controller;
import com.alibaba.fastjson.JSON;
import com.bwie.auth.service.AuthService;
import com.bwie.common.pojo.DTO.UserDto;
import com.bwie.common.pojo.User;
import com.bwie.common.pojo.vo.UserVo;
import com.bwie.common.result.Result;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletRequest;

View File

@ -27,15 +27,12 @@ public class Stop {
*/
private Integer carId;
private String carNum;
/*
*/
private Integer userId;
/*
*/
private Integer parkingId;
/*
/**
*/
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")