修改描述

tags/yfai-mes-ext-v1.0
LML丶 1 year ago
parent a58ef48f16
commit 76da2658f2

@ -1,6 +1,5 @@
package cn.estsh.i3plus.ext.mes.api.base;
import cn.estsh.i3plus.pojo.mes.bean.MesCustomer;
import cn.estsh.i3plus.pojo.mes.bean.MesCustomerOriganze;
/**
@ -8,7 +7,7 @@ import cn.estsh.i3plus.pojo.mes.bean.MesCustomerOriganze;
* @CreateDate 2024/04/16
* @Author mingliang.li
*/
public interface IMesCustomerOriganizeService extends IBaseMesService<MesCustomerOriganze> {
public interface IMesCustomerOriganzeService extends IBaseMesService<MesCustomerOriganze> {
}

@ -13,5 +13,5 @@ import org.springframework.web.bind.annotation.RestController;
@Api(description = "客户工厂信息页面")
@RestController
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesCustomerOriganze")
public class MesCustomerOriganizeController extends BaseMesController<MesCustomerOriganze>{
public class MesCustomerOriganzeController extends BaseMesController<MesCustomerOriganze>{
}

@ -1,6 +1,6 @@
package cn.estsh.i3plus.ext.mes.apiservice.serviceimpl.base;
import cn.estsh.i3plus.ext.mes.api.base.IMesCustomerOriganizeService;
import cn.estsh.i3plus.ext.mes.api.base.IMesCustomerOriganzeService;
import cn.estsh.i3plus.platform.common.exception.ImppExceptionEnum;
import cn.estsh.i3plus.pojo.base.bean.DdlPackBean;
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
@ -20,7 +20,7 @@ import org.springframework.stereotype.Service;
*/
@Service
@Slf4j
public class MesCustomerOriganizeService extends BaseMesService<MesCustomerOriganze> implements IMesCustomerOriganizeService {
public class MesCustomerOriganzeService extends BaseMesService<MesCustomerOriganze> implements IMesCustomerOriganzeService {
@Autowired
private MesCustomerCarModelRepository mesCustomerCarModelRDao;
Loading…
Cancel
Save