新火炬后端单体项目初始化代码
Houjie
5 天以前 d4e360f184369881bc14c8949de941e5b9f70bf6
src/main/java/org/jeecg/modules/andon/service/IAndonResponseConfigService.java
@@ -15,12 +15,7 @@
public interface IAndonResponseConfigService extends IService<AndonResponseConfig> {
    AndonResponseConfig getAndonResponseConfigByFactoryIdAndButtonId(String factoryId, String buttonId);
    /**
     * 根据工厂id查询按钮列表
     * @param factoryId 工厂id
     * @return
     */
    List<AndonButtonDTO> queryAndonButtonList(String factoryId);
    /**