| | |
| | | import com.java110.code.dao.IPrimaryKeyServiceDao; |
| | | import com.java110.code.dao.ISnowflakeldWorker; |
| | | import com.java110.code.smo.IPrimaryKeyServiceSMO; |
| | | import com.java110.common.constant.ResponseConstant; |
| | | import com.java110.utils.constant.ResponseConstant; |
| | | import com.java110.core.base.smo.BaseServiceSMO; |
| | | import com.java110.core.context.CodeDataFlow; |
| | | import com.java110.core.factory.DataTransactionFactory; |
| | | import com.java110.service.init.ServiceInfoListener; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | */ |
| | | @Service("primaryKeyServiceSMOImpl") |
| | | public class PrimaryKeyServiceSMOImpl extends BaseServiceSMO implements IPrimaryKeyServiceSMO { |
| | | protected final static Logger logger = LoggerFactory.getLogger(PrimaryKeyServiceSMOImpl.class); |
| | | |
| | | |
| | | @Autowired |