完成排产(测试过了)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.klp.aps.service;
|
||||
|
||||
import com.klp.aps.domain.dto.ApsLockReq;
|
||||
|
||||
public interface ApsLockService {
|
||||
|
||||
Long createLock(ApsLockReq req, String operator);
|
||||
|
||||
void releaseLock(Long lockId, String operator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user