private HelperData4RandFieldService getService() {
return AopContext.currentProxy() != null ? (HelperData4RandFieldService) AopContext.currentProxy() : this;
}
spring mvc 代理实现
最新推荐文章于 2024-08-03 11:28:48 发布
private HelperData4RandFieldService getService() {
return AopContext.currentProxy() != null ? (HelperData4RandFieldService) AopContext.currentProxy() : this;
}