Browse Source

基础配置

master
张彭杰 1 year ago
parent
commit
e1732b89cd
1 changed files with 2 additions and 0 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/domain/aggregate/marriagebounty/MarriageBountyOrderAggregate.java

2
dating-agency-mall-server/src/main/java/com/qniao/dam/domain/aggregate/marriagebounty/MarriageBountyOrderAggregate.java

@ -5,9 +5,11 @@ import com.qniao.dam.domain.aggregate.marriagebounty.repository.MarriageBountyOr
import com.qniao.dam.domian.aggregate.marriagebount.constant.MarriageBountyOrderStatusEnum; import com.qniao.dam.domian.aggregate.marriagebount.constant.MarriageBountyOrderStatusEnum;
import com.qniao.dam.domian.aggregate.marriagebounty.event.MarriageBountyOrderCreatedEvent; import com.qniao.dam.domian.aggregate.marriagebounty.event.MarriageBountyOrderCreatedEvent;
import com.qniao.domain.BaseDomainEvent; import com.qniao.domain.BaseDomainEvent;
import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
@Service
public class MarriageBountyOrderAggregate { public class MarriageBountyOrderAggregate {
@Resource @Resource

Loading…
Cancel
Save