zq-erp/src/main/java/com/matrix/core/pojo/VerificationResult.java
@@ -8,12 +8,16 @@ @Data public class VerificationResult { /** * 审核结果 */ private boolean judgeResult; private String msg; private Object info; private VerificationResult(){ }