占桩订单表 实体类update

This commit is contained in:
2023-08-07 15:19:20 +08:00
parent ea3cc04ecd
commit ecf373be89
4 changed files with 85 additions and 22 deletions

View File

@@ -18,6 +18,11 @@ public class OrderPileOccupy {
*/
private Integer id;
/**
* 占桩订单编号
*/
private String occupyCode;
/**
* 状态0-占桩中1-待支付2-无需支付3订单完成
*/