|
@@ -13,8 +13,6 @@ import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
public interface ProjectListMapper extends BaseMapper<ProgramProjectListInfo> {
|
|
|
|
|
|
- void saveFile(@Param("file")WorkAttachment file);
|
|
|
-
|
|
|
IPage<WorkContractInfo> findContractPageList(Page<WorkContractInfo> page, @Param("dto") ContractDto dto);
|
|
|
|
|
|
void updateStatusById(@Param("id")String id, @Param("status")String status);
|