|
|
|
@ -10,6 +10,7 @@ import cn.estsh.i3plus.pojo.mes.bean.MesPartPtrDetail;
|
|
|
|
|
import cn.estsh.impp.framework.boot.exception.ImppBusiException;
|
|
|
|
|
import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
|
|
|
|
|
import cn.estsh.impp.framework.boot.util.ResultBean;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
@ -20,6 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
/**
|
|
|
|
|
* ptr零件
|
|
|
|
|
*/
|
|
|
|
|
@Api("ptr零件明细")
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesPartPtrDetail")
|
|
|
|
|
public class MesPartPtrDetailController extends BaseMesController<MesPartPtrDetail> {
|
|
|
|
|