xiejun
2023-10-16 a85cb705274d8fbd9f5fba86ff1c39c13ac66de0
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeBasicSecService.java
@@ -16,6 +16,7 @@
import org.springblade.core.tool.api.R;
import org.springblade.core.tool.utils.BeanUtil;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.RequestBody;
import java.rmi.ServerException;
import java.util.*;
@@ -207,4 +208,11 @@
    * @throws VciBaseException
    */
   String setMaxSerialNumberForCodeRule(CodeOrderDTO codeOrderDTO) throws VciBaseException;
   /**
    * 根据流水依赖获取最大流水值
    * @param codeOrderDTO 编码申请传输对象
    * @return
    * @throws VciBaseException
    */
   Double getMaxSerialNumberForCodeRule(CodeOrderDTO codeOrderDTO);
}