Skip to content
Jenkins
log in
Dashboard
wangqingjie
My Views
All
test-v5qy-platform-source
tenant-domain-repository
#455
Changes
Status
Changes
Console Output
Edit Build Information
Delete build ‘#455’
Executed Mojos
See Fingerprints
Redeploy Artifacts
Open Blue Ocean
Previous Build
Next Build
Changes
Summary
add 企业注册邀请码验证和审批流程实现 (
details
)
add 企业注册邀请码验证和审批流程实现 (
details
)
Commit 5d41ce88600d74d5ddfa8d065d14a1280bc9f4a4 by
洪艺伟
add 企业注册邀请码验证和审批流程实现
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationEntity.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationInvitationCodeEntity.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationInvitationCodeRepository.java
The file was added
tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationPartnerJpaRepository.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/OrganizationPartnerRepository.java
The file was added
tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/OrganizationInvitationCodeJpaRepository.java
The file was modified
infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizations/CompanyRegistrationRequest.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/RegisterCompanyCommand.java
The file was modified
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
The file was modified
infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/OrganizationsStatus.java
The file was added
tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationPartnerEntity.java
Commit c3a4ea6eddd9005398d01d7ad936ec04e5eaa561 by
洪艺伟
add 企业注册邀请码验证和审批流程实现
The file was modified
tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java