| | |
| | | package org.springblade.code.service.impl; |
| | | |
| | | import com.vci.mdm.constant.MdmBtmTypeConstant; |
| | | import com.vci.mdm.dao.CodePhaseAttrDaoI; |
| | | import com.vci.mdm.dto.CodePhaseAttrDTO; |
| | | import com.vci.mdm.model.CodePhaseAttrDO; |
| | | import com.vci.mdm.pagemodel.CodePhaseAttrVO; |
| | | import com.vci.mdm.service.CodePhaseAttrServiceI; |
| | | import com.vci.starter.revision.service.RevisionModelUtil; |
| | | import com.vci.starter.web.constant.QueryOptionConstant; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springblade.code.constant.MdmBtmTypeConstant; |
| | | import org.springblade.code.dao.CodePhaseAttrDaoI; |
| | | import org.springblade.code.dto.CodePhaseAttrDTO; |
| | | import org.springblade.code.model.CodePhaseAttrDO; |
| | | import org.springblade.code.service.CodePhaseAttrServiceI; |
| | | import org.springblade.code.vo.pagemodel.CodePhaseAttrVO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.CollectionUtils; |
| | |
| | | * @date 2022-01-24 |
| | | */ |
| | | @Service |
| | | public class CodePhaseAttrServiceImpl implements CodePhaseAttrServiceI{ |
| | | public class CodePhaseAttrServiceImpl implements CodePhaseAttrServiceI { |
| | | |
| | | /** |
| | | * 日志 |