默认允许无批次号

dev
anthonywj 2 years ago
parent 1beea3a254
commit 7c15d5ba3d

@ -155,6 +155,12 @@ public class UdiRelevanceResponse {
return allowNoProduct;
}
public Boolean getAllowNoSerial() {
if (allowNoSerial == null)
return true;
return allowNoSerial;
}
public Boolean getUseDy() {
if (isUseDy == null)

Loading…
Cancel
Save