Showing
15 changed files
with
20 additions
and
19 deletions
1 | -package com.yoho.datasync.message; | 1 | +package com.yoho.datasync.core.base.message; |
2 | 2 | ||
3 | -import com.yoho.datasync.core.MqConsumerListerner; | 3 | +import com.yoho.datasync.core.base.core.MqConsumerListerner; |
4 | import org.slf4j.Logger; | 4 | import org.slf4j.Logger; |
5 | import org.slf4j.LoggerFactory; | 5 | import org.slf4j.LoggerFactory; |
6 | import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer; | 6 | import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer; |
1 | -package com.yoho.datasync.model.yh_grass; | 1 | +package com.yoho.datasync.core.base.model.yh_grass; |
2 | 2 | ||
3 | 3 | ||
4 | -import com.yoho.datasync.core.ClassTransfer; | ||
5 | -import com.yoho.datasync.core.FieldTransfer; | ||
6 | -import com.yoho.datasync.model.yh_pcms.PublicUserPraise; | 4 | +import com.yoho.datasync.core.base.core.ClassTransfer; |
5 | +import com.yoho.datasync.core.base.core.FieldTransfer; | ||
6 | +import com.yoho.datasync.core.base.model.yh_pcms.PublicUserPraise; | ||
7 | 7 | ||
8 | @ClassTransfer(targetClass = PublicUserPraise.class) | 8 | @ClassTransfer(targetClass = PublicUserPraise.class) |
9 | public class GrassArticlePraise { | 9 | public class GrassArticlePraise { |
-
Please register or login to post a comment