程序包 | 说明 |
---|---|
com.js.kbt.controller | |
com.js.kbt.mapper |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
SystemController.addParkPoint(ParkingPoint record,
javax.servlet.http.HttpServletResponse response)
增加车位
|
限定符和类型 | 方法和说明 |
---|---|
ParkingPoint |
ParkingPointMapper.selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ParkingPoint> |
ParkingPointMapper.selectByExample(ParkingPointExample example)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
int |
ParkingPointMapper.insert(ParkingPoint record)
This method was generated by MyBatis Generator.
|
int |
ParkingPointMapper.insertSelective(ParkingPoint record)
This method was generated by MyBatis Generator.
|
int |
ParkingPointMapper.updateByExample(ParkingPoint record,
ParkingPointExample example)
This method was generated by MyBatis Generator.
|
int |
ParkingPointMapper.updateByExampleSelective(ParkingPoint record,
ParkingPointExample example)
This method was generated by MyBatis Generator.
|
int |
ParkingPointMapper.updateByPrimaryKey(ParkingPoint record)
This method was generated by MyBatis Generator.
|
int |
ParkingPointMapper.updateByPrimaryKeySelective(ParkingPoint record)
This method was generated by MyBatis Generator.
|