Signed-off-by: crish <570360737@qq.com>
@ -84,8 +84,8 @@ public class MesQueueOrder extends BaseBean {
return this.status == null ? 0 : this.status;
}
public double getSeq() {
public double getSeqVal() {
return this.seq == null ? 0.0d : this.seq;