forked from I3-YF/i3plus-mes-pcn-yfai
深汕工单验证
parent
3137abbfa9
commit
6ebbed58bc
@ -0,0 +1,15 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.serviceimpl.step.method;
|
||||
|
||||
import cn.estsh.i3plus.mes.pcn.serviceimpl.fsm.BaseStepService;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @Description : 加工单验证工单完成数量通用工步方法
|
||||
* @Author : wangjie
|
||||
**/
|
||||
@Slf4j
|
||||
@Service("mesWorkOrderCheckCompleteQtyStepService")
|
||||
public class MesWorkOrderCheckCompleteQtyStepService extends BaseStepService {
|
||||
|
||||
}
|
Loading…
Reference in New Issue