默认允许无批次号

dev
anthonywj 2 years ago
parent 485d563f47
commit d2a56b42a1

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

Loading…
Cancel
Save