qiangxuan 5 months ago
parent
commit
cf491fb60a

+ 0 - 8
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/billetAutoException/entity/BilletAutoException.java

@@ -72,14 +72,6 @@ public class BilletAutoException implements Serializable {
 	@Excel(name = "班别", width = 15)
     @ApiModelProperty(value = "班别")
     private String shift;
-	/**起始根数*/
-	@Excel(name = "起始根数", width = 15)
-    @ApiModelProperty(value = "起始根数")
-    private Integer startNum;
-	/**结束根数*/
-	@Excel(name = "结束根数", width = 15)
-    @ApiModelProperty(value = "结束根数")
-    private Integer endNum;
 	/**堆垛层号(1-20)*/
 	@Excel(name = "堆垛层号(1-20)", width = 15)
     @ApiModelProperty(value = "堆垛层号(1-20)")