소스 검색

字段新增

qiangxuan 4 달 전
부모
커밋
3e5b2bcd0b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/entity/StorageBill.java

+ 5 - 0
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/entity/StorageBill.java

@@ -149,4 +149,9 @@ public class StorageBill implements Serializable {
     @Excel(name = "综合唯一编码", width = 15)
     @ApiModelProperty(value = "综合唯一编码")
     private String uniqueCode;
+
+    /**车位号(1/2/3/4)*/
+    @Excel(name = "车位号", width = 15)
+    @ApiModelProperty(value = "车位号")
+    private Integer positionNum;
 }