Class CustomIdentityServiceImpl

  • All Implemented Interfaces:
    CustomIdentityService

    @EnableAsync
    @Transactional(readOnly=true)
    @Service("customIdentityService")
    public class CustomIdentityServiceImpl
    extends Object
    implements CustomIdentityService
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/30
    • Constructor Detail

      • CustomIdentityServiceImpl

        public CustomIdentityServiceImpl()