完成排产(测试过了)
This commit is contained in:
11
klp-aps/src/main/java/com/klp/aps/mapper/ApsGanttMapper.java
Normal file
11
klp-aps/src/main/java/com/klp/aps/mapper/ApsGanttMapper.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.klp.aps.mapper;
|
||||
|
||||
import com.klp.aps.domain.dto.ApsGanttQueryReq;
|
||||
import com.klp.aps.domain.vo.ApsGanttItemVo;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ApsGanttMapper {
|
||||
List<ApsGanttItemVo> selectGanttItems(ApsGanttQueryReq req);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user