Authored by liangyi.chen@yoho.cn

包名更改

package com.yoho.datasync.core.base.core;
package com.yoho.datasync.core.base.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
... ...
package com.yoho.datasync.core.base.core;
package com.yoho.datasync.core.base.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
... ...
package com.yoho.datasync.core.base.core;
package com.yoho.datasync.core.base.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
... ...
package com.yoho.datasync.core.base.core;
package com.yoho.datasync.core.base.constant;
public class DatasyncConstant {
... ...
package com.yoho.datasync.core.base.message;
import com.yoho.datasync.core.base.core.MqConsumerListerner;
import com.yoho.datasync.core.base.annotation.MqConsumerListerner;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer;
... ...
package com.yoho.datasync.core.base.model.yh_grass;
import com.yoho.datasync.core.base.core.ClassTransfer;
import com.yoho.datasync.core.base.core.FieldTransfer;
import com.yoho.datasync.core.base.annotation.ClassTransfer;
import com.yoho.datasync.core.base.annotation.FieldTransfer;
import com.yoho.datasync.core.base.model.yh_pcms.PublicUserPraise;
@ClassTransfer(targetClass = PublicUserPraise.class)
... ...