检查必填项的调用代码示例。

//检查必填项调用代码

KDLabelContainer[] container = new KDLabelContainer[] {

      contNumber, contName

};

exc = STRequiredUtils.checkRequiredItem(container);

 if (STUtils.isNotNull(exc)) {    

     super.handUIExceptionAndAbort(exc);

}


原文地址:https://www.cnblogs.com/fyq891014/p/3294808.html