pull/5/head
parent
0aca1ef4e1
commit
e641083b46
|
@ -3,13 +3,11 @@ package com.bwie.auth.controller;
|
||||||
import com.alibaba.fastjson.JSON;
|
import com.alibaba.fastjson.JSON;
|
||||||
import com.bwie.auth.service.AuthService;
|
import com.bwie.auth.service.AuthService;
|
||||||
import com.bwie.common.pojo.DTO.UserDto;
|
import com.bwie.common.pojo.DTO.UserDto;
|
||||||
import com.bwie.common.pojo.User;
|
|
||||||
import com.bwie.common.pojo.vo.UserVo;
|
import com.bwie.common.pojo.vo.UserVo;
|
||||||
import com.bwie.common.result.Result;
|
import com.bwie.common.result.Result;
|
||||||
import lombok.extern.log4j.Log4j2;
|
import lombok.extern.log4j.Log4j2;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
|
|
|
@ -27,15 +27,12 @@ public class Stop {
|
||||||
车辆编号
|
车辆编号
|
||||||
*/
|
*/
|
||||||
private Integer carId;
|
private Integer carId;
|
||||||
|
private String carNum;
|
||||||
/*
|
/*
|
||||||
用户编号
|
用户编号
|
||||||
*/
|
*/
|
||||||
private Integer userId;
|
private Integer userId;
|
||||||
/*
|
/**
|
||||||
停车场编号
|
|
||||||
*/
|
|
||||||
private Integer parkingId;
|
|
||||||
/*
|
|
||||||
开始停车时间
|
开始停车时间
|
||||||
*/
|
*/
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
|
Loading…
Reference in New Issue