队列明细添加临时字段

yun-zuoyi
宋军超 5 years ago
parent f3a13522a1
commit 3a31ccae70

@ -176,6 +176,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
@ApiParam("主队列状态")
private Integer masterStatus;
@Transient
@ApiParam("产品条码")
private String productSn;
public double getQueueSeqVal() {
return this.queueSeq == null ? 0.0d : this.queueSeq;
}

Loading…
Cancel
Save