刘小明
2024-09-26 8e64fdbe79f48c9635ded95860c3b1a364ecb1ea
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoOth/OthFileMapper.java
@@ -3,6 +3,8 @@
import com.dy.pmsGlobal.pojoOth.OthFile;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface OthFileMapper {
    int deleteByPrimaryKey(Long id);
@@ -16,4 +18,6 @@
    int updateByPrimaryKeySelective(OthFile record);
    int updateByPrimaryKey(OthFile record);
    List<OthFile> selectByProId(long proId);
}