forked from I3-YF/i3plus-mes-yfai
修改表字段
parent
e89d97f765
commit
86c7299106
@ -0,0 +1,16 @@
|
|||||||
|
package cn.estsh.i3plus.ext.mes.apiservice.controller.busi;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.ext.mes.apiservice.controller.base.BaseMesController;
|
||||||
|
import cn.estsh.i3plus.ext.mes.pojo.constant.MesCommonConstant;
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesSpotCheckOrderPart;
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
|
||||||
|
@Api("点检单明细物料")
|
||||||
|
@RestController
|
||||||
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesSpotCheckOrderPart")
|
||||||
|
public class MesSpotCheckOrderPartController extends BaseMesController<MesSpotCheckOrderPart> {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue