//检查必填项调用代码
KDLabelContainer[] container = new KDLabelContainer[] {
contNumber, contName
};
exc = STRequiredUtils.checkRequiredItem(container);
if (STUtils.isNotNull(exc)) {
super.handUIExceptionAndAbort(exc);
}
检查必填项的调用代码示例。
最新推荐文章于 2023-04-19 21:22:49 发布