修改停车信息表
parent
b8ed9c0370
commit
a669037c02
|
@ -56,7 +56,11 @@ public class Stop {
|
|||
*/
|
||||
private Integer stopState;
|
||||
/*
|
||||
停车费用
|
||||
停车应支付金额
|
||||
*/
|
||||
private String stopPrice;
|
||||
private Integer stopPrice;
|
||||
/*
|
||||
停车支付金额
|
||||
*/
|
||||
private Integer stopPay;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue