7月9日,其他异常响应维护,和异常提报、待办事项Bug修改

赵嘉伟 4 years ago
parent 82f7d0d36c
commit 0d49a71fe4

@ -13,7 +13,7 @@ import java.util.Date;
* @author Leon * @author Leon
* @date 2021-06-24 * @date 2021-06-24
*/ */
public class SfcDispatchDto implements Serializable { public class SfcDispatchDto implements Serializable{
/** /**
* *

@ -1,5 +1,7 @@
package com.foreverwin.mesnac.common.service; package com.foreverwin.mesnac.common.service;
import com.foreverwin.mesnac.common.dto.SfcDispatchDto;
/** /**
* *
* *
@ -18,4 +20,11 @@ public interface SfcDispatchCommonService {
* @param dispatchStatus * @param dispatchStatus
*/ */
void updateSfcDispatchStatus(String site, String user, String dispatchNo, String dispatchStatus); void updateSfcDispatchStatus(String site, String user, String dispatchNo, String dispatchStatus);
/**
* sfc
* @param sfcDispatch
* @return
*/
SfcDispatchDto findResrceBySfc(SfcDispatchDto sfcDispatch);
} }

Loading…
Cancel
Save