修改停车信息表

pull/4/head
ASUS 2023-12-12 21:17:00 +08:00
parent b8ed9c0370
commit a669037c02
1 changed files with 6 additions and 2 deletions

View File

@ -56,7 +56,11 @@ public class Stop {
*/ */
private Integer stopState; private Integer stopState;
/* /*
*/ */
private String stopPrice; private Integer stopPrice;
/*
*/
private Integer stopPay;
} }