Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
recv_data_longhua
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6bf89131
authored
Aug 24, 2020
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ec46c70d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
4 deletions
src/main/java/com/viontech/model/LicensePlateRecord.java
src/main/resources/application-config.properties
src/main/java/com/viontech/model/LicensePlateRecord.java
0 → 100644
View file @
6bf8913
package
com
.
viontech
.
model
;
/**
* .
*
* @author 谢明辉
* @date 2020/8/21
*/
public
class
LicensePlateRecord
extends
BaseModel
{
/** 序列号 */
private
Long
serialNum
;
/** 识别车牌时间(秒) */
private
Long
discernSecondTime
;
/** 识别车牌时间(毫秒) */
private
Long
discernMillisecondTime
;
/** 车牌文字 */
private
String
LicensePlateText
;
/** 车牌类型 */
private
Long
LicensePlateType
;
/** 识别可靠度 */
private
Long
confidence
;
/** 车道 */
private
Long
lane
;
/** 车辆类型 */
private
Long
vehicleType
;
/** 图片大小宽高 */
private
Long
secondPictureSize
;
private
Long
secondPictureWidth
;
private
Long
secondPictureHeight
;
private
Long
firstPictureSize
;
private
Long
firstPictureWidth
;
private
Long
firstPictureHeight
;
/** 车牌在第一张图片两种 左上右下 位置 */
private
Long
patternLeft
;
private
Long
patternTop
;
private
Long
patternRight
;
private
Long
patternBottom
;
@Override
protected
void
encodeData
()
{
this
.
firstInt
=
0x00020004
L
;
}
}
src/main/resources/application-config.properties
View file @
6bf8913
netty.port
=
30001
netty.port
=
30001
ftp.host
=
ftp.port
=
ftp.username
=
ftp.password
=
\ No newline at end of file
\ No newline at end of file
ftp.host
=
127.0.0.1
ftp.port
=
10000
ftp.username
=
username
ftp.password
=
password
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment