Commit 509a2011 509a20112d4e43698757e74cc4d5b83868645caa by xianghan@topdraw.cn

update

1 parent 3bc2c7ff
1 package com.topdraw.business.process.service.impl;
2
3 public class TaskDealHandler {
4 }
1 package com.topdraw.business.process.service.impl;
2
3 import com.topdraw.business.process.service.TaskDealService;
4 import org.springframework.stereotype.Service;
5
6 @Service
7 public class UnsubscribeProductPackageTaskDealServiceImpl implements TaskDealService {
8 }