| | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.validation.annotation.Validated; |
| | | |
| | | import java.util.List; |
| | | |
| | | import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception; |
| | | import static cn.iocoder.yudao.module.mes.enums.ErrorCodeConstants.*; |
| | | |
| | | /** |
| | | * MES 条码配置 Service 实现类 |
| | | * |
| | | * @author 芋道源码 |
| | | * @author 超级管理员 |
| | | */ |
| | | @Service |
| | | @Validated |
| | |
| | | return config; |
| | | } |
| | | |
| | | @Override |
| | | public List<MesWmBarcodeConfigDO> getEnableBarcodeConfigList() { |
| | | return barcodeConfigMapper.selectEnableList(); |
| | | } |
| | | |
| | | } |