|
|
|
@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description:
|
|
|
|
@ -104,6 +105,10 @@ public class MesProduceSn extends BaseBean {
|
|
|
|
|
@ApiParam("包装条码")
|
|
|
|
|
private String packageSn;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("返回信息")
|
|
|
|
|
private String resultMsg;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|
}
|
|
|
|
|