//检查必填项调用代码

KDLabelContainer[] container = new KDLabelContainer[] {

      contNumber, contName

};

exc = STRequiredUtils.checkRequiredItem(container);

 if (STUtils.isNotNull(exc)) {    

     super.handUIExceptionAndAbort(exc);

}


相关文章:

  • 2021-11-22
  • 2023-01-17
  • 2021-09-14
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2023-01-28
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
相关资源
相似解决方案