StringUtils --lang3

This commit is contained in:
tanfengling@x-ri.com 2025-10-13 17:16:45 +08:00
parent b54ec78b91
commit 3e71cda8eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import kd.bos.entity.operate.result.OperationResult;
import kd.bos.entity.plugin.AbstractOperationServicePlugIn;
import kd.bos.entity.plugin.args.AfterOperationArgs;
import kd.bos.servicehelper.BusinessDataServiceHelper;
import kd.imsc.dmw.utils.StringUtils;
import org.apache.commons.lang3.StringUtils;
import tqq9.lc123.cloud.app.plugin.trd.FWImpl;
public class WarehouseAuditOp extends AbstractOperationServicePlugIn {