|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.ext.mes.apiservice.controller.base;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.ext.mes.pojo.constant.MesCommonConstant;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentVariableCfg;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentVariable;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
@ -9,6 +9,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
@Api(description = "设备变量属性")
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesEquipmentVariableCfg")
|
|
|
|
|
public class MesEquipmentVariableCfgController extends BaseMesController<MesEquipmentVariableCfg> {
|
|
|
|
|
public class MesEquipmentVariableController extends BaseMesController<MesEquipmentVariable> {
|
|
|
|
|
|
|
|
|
|
}
|