完成排产(测试过了)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.klp.aps.mapper;
|
||||
|
||||
import com.klp.aps.domain.entity.ApsScheduleChangeLogEntity;
|
||||
import com.klp.aps.domain.entity.ApsScheduleOperationEntity;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface ApsOperationMapper {
|
||||
|
||||
ApsScheduleOperationEntity selectByIdForUpdate(@Param("operationId") Long operationId);
|
||||
|
||||
int updateSlot(ApsScheduleOperationEntity op);
|
||||
|
||||
int insertChangeLog(ApsScheduleChangeLogEntity log);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user