Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeBasicSecService.java
@@ -66,7 +66,15 @@ * @return 删除结果反馈::success:成功,fail:失败 * @throws VciBaseException 参数为空,被引用时抛出异常 */ boolean deleteCodeBasicSec(CodeBasicSecDTO codeBasicSecDTO) throws VciBaseException; R deleteCodeBasicSec(CodeBasicSecDTO codeBasicSecDTO) throws VciBaseException; /** * 主键删除码段基础信息 * @param oid 码段基础信息主键 * @return 删除结果反馈::success:成功,fail:失败 * @throws VciBaseException 参数为空,被引用时抛出异常 */ R deleteCodeBasicSecByPrimaryKey(String oid) throws VciBaseException; /** * 主键获取码段基础信息