|
|
|
@ -2,12 +2,14 @@ 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.MesCimGmCbrRule;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 通过CBR功能
|
|
|
|
|
*/
|
|
|
|
|
@Api(value ="通用CBR功能" )
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mes_cim_gm_cbr_rule")
|
|
|
|
|
public class MesCimGmCbrRuleController extends BaseMesController<MesCimGmCbrRule>{
|
|
|
|
|