| | |
| | | import com.qianwen.smartman.common.constant.ExtCacheConstant; |
| | | import com.qianwen.smartman.common.utils.Lambda; |
| | | import com.qianwen.smartman.common.utils.MessageUtils; |
| | | import com.qianwen.smartman.modules.cps.vo.ConfigVO; |
| | | import com.qianwen.smartman.modules.smis.vo.ConfigVO; |
| | | import com.qianwen.smartman.modules.system.convert.BasCoderuleConvert; |
| | | import com.qianwen.smartman.modules.system.dto.BasCoderuleDTO; |
| | | import com.qianwen.smartman.modules.system.entity.BasCodeRule; |
| | |
| | | private final IMetaObjectTypeService metaObjectTypeService; |
| | | private final IMetaObjectTypeFieldService metaObjectTypeFieldService; |
| | | private final CodeHistoryMapper codeHistoryMapper; |
| | | private final ConfigVO configVO; |
| | | //private final ConfigVO configVO; |
| | | |
| | | |
| | | public BasCoderuleServiceImpl(final IBasCoderuleEntryService basCoderuleEntryService, final IMetaObjectTypeService metaObjectTypeService, final IMetaObjectTypeFieldService metaObjectTypeFieldService, final CodeHistoryMapper codeHistoryMapper, final ConfigVO configVO) { |
| | | //public BasCoderuleServiceImpl(final IBasCoderuleEntryService basCoderuleEntryService, final IMetaObjectTypeService metaObjectTypeService, final IMetaObjectTypeFieldService metaObjectTypeFieldService, final CodeHistoryMapper codeHistoryMapper, final ConfigVO configVO) { |
| | | public BasCoderuleServiceImpl(final IBasCoderuleEntryService basCoderuleEntryService, final IMetaObjectTypeService metaObjectTypeService, final IMetaObjectTypeFieldService metaObjectTypeFieldService, final CodeHistoryMapper codeHistoryMapper) { |
| | | this.basCoderuleEntryService = basCoderuleEntryService; |
| | | this.metaObjectTypeService = metaObjectTypeService; |
| | | this.metaObjectTypeFieldService = metaObjectTypeFieldService; |
| | | this.codeHistoryMapper = codeHistoryMapper; |
| | | this.configVO = configVO; |
| | | //this.configVO = configVO; |
| | | } |
| | | |
| | | @Override |