2/20 高拍仪设置

dev_2.5_optimize
wangwei 5 months ago
parent 0a44048570
commit 380495e766

@ -108,5 +108,19 @@ public class IoCollectSet implements Serializable {
@ApiModelProperty(value = "工控扫码数量")
private Integer ipcMaxCount;
@TableField(value = "fixedCount")
@ApiModelProperty(value = "高拍仪扫码数量")
private Integer fixedCount;
@TableField(value = "autoDecode")
@ApiModelProperty(value = "高拍仪是否自动解码 1:自动 0:手动")
private Integer autoDecode;
@TableField(value = "outputMode")
@ApiModelProperty(value = "高拍仪输出顺序 0不排序1从左到右2从右到左3从上到下4从下到上。")
private Integer outputMode;
private static final long serialVersionUID = 1L;
}

Loading…
Cancel
Save